Guest User

Untitled

a guest
Nov 16th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. // git status
  2. gst
  3.  
  4. // git add -A
  5. gaa
  6.  
  7. // git commit -m ''
  8. gcmsg ''
  9.  
  10. // git checkout branchname
  11. gco branchname
  12.  
  13. // git checkout -b branchname
  14. gco -b branchname
  15.  
  16. // git checkout master
  17. gcm
  18.  
  19. // git push origin currentbranch
  20. ggpush
  21.  
  22. // git pull origin currentbranch
  23. ggpull
Add Comment
Please, Sign In to add comment