Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. # General
  2. git add $1; git commit; git push origin master;
  3.  
  4. # add & commit only
  5. git add 4; git commit;
  6.  
  7. # push & pull only
  8. git $1 origin master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement