Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
  2. st = status
  3. co = checkout
  4. ci = commit
  5. br = branch -av
  6. atag = !git tag v`date +%Y%m%d%H%M`
  7. pub = !git atag && git push && git push --tags
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement