Advertisement
Guest User

Untitled

a guest
Jun 30th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. alias gs='git status'
  2. alias go='git checkout'
  3. alias gp='git pull'
  4. alias gu='git push'
  5. alias gb='git branch'
  6. alias gn='git checkout -b'
  7. alias gc='git commit'
  8. alias ga='git add'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement