Guest User

Untitled

a guest
Jul 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. alias l='ls -al'
  2. alias gs='git status'
  3. alias gc='git checkout'
  4. alias gnb='git checkout -b'
  5. alias grb='git reset --hard '
  6. alias gt='git stash'
  7. alias gta='git stash apply'
  8. alias yi='yarn install'
  9. alias app='cd ~/Desktop/ConnectMe/'
  10. alias iospod='cd ~/Desktop/ConnectMe/ios/ && pod install'
  11. alias gp='git pull origin'
  12. alias bashp='vi ~/.bash_profile'
  13. alias gcm='git commit -m'
Add Comment
Please, Sign In to add comment