Guest User

Untitled

a guest
Aug 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $ git config --global alias.br branch
  2. $ git config --global alias.co checkout
  3. $ git config --global alias.ci commit
  4. $ git config --global alias.pom 'push origin master'
Add Comment
Please, Sign In to add comment