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