Guest User

Untitled

a guest
Jun 13th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. [alias]
  2. pl = "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative"
  3. hc = !"git log -n1 | head -1 | awk '{print $2}'"
  4. st = "status -uno"
  5. br = "branch"
  6. [user]
  7. email =
  8. name =
Add Comment
Please, Sign In to add comment