Guest User

Untitled

a guest
Feb 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. alias gitc='git commit'
  2. alias gits='git status'
  3. alias gita='git add .'
  4. alias gitp='git push origin master'
  5. alias gitpl='git pull origin master'
  6. alias mater='mate README.markdown BIG CHANGELOG TIMELOG app config db lang lib nginx public spec stories test'
  7. alias capd='cap deploy'
  8. alias capdm='cap deploy:migrations'
Add Comment
Please, Sign In to add comment