Guest User

Untitled

a guest
Nov 20th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. # ...
  2.  
  3. gitsync() {
  4. BASE_BRANCH_MASTER="${BASE_BRANCH_MASTER:-master}"
  5. git checkout $BASE_BRANCH_MASTER
  6. git pull upstream $BASE_BRANCH_MASTER
  7. git push origin $BASE_BRANCH_MASTER
  8. }
  9.  
  10. # ...
Add Comment
Please, Sign In to add comment