Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 204 Bytes

File metadata and controls

16 lines (11 loc) · 204 Bytes

push.sh

push.sh push only the current branch to origin

All push.sh parameters are added to git push command.

Example

./push.sh
./push.sh --force

Back to index