Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. alias cc="cd ~/Code"
  2. alias ..="cd ../"
  3. alias ...="cd ../../"
  4. alias ....="cd ../../../"
  5.  
  6. alias gpull="git pull"
  7. alias gpush="git push"
  8. alias gcom="git commit -am"
  9. alias gipush="git push -u origin"
  10. alias gchekc="git checkout"
  11. alias gcnb="git checkout -b"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement