3 lines
91 B
Plaintext
3 lines
91 B
Plaintext
|
#!/bin/sh
|
||
|
git rev-parse @{u} 2>/dev/null >/dev/null && git push || git push --set-upstream
|