Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1.  
  2. alias gs="git status"
  3. alias gd="git diff"
  4. alias ga="git add"
  5. alias gm="git commit -m"
  6. alias gp="git pull"
  7. alias gc="git checkout"
  8. alias gb="git branch"
  9. alias gps="git push"
  10. alias gf="git fetch"
  11. alias gsh="git stash"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement