Guest User

Untitled

a guest
Feb 19th, 2018
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. [user]
  2. name = Your Name
  3. email = youemail@foo.bar
  4.  
  5. [alias]
  6. ci = commit
  7. co = checkout
  8. df = diff
  9. st = status
  10. br = branch
  11.  
  12. lg = !"git lg1"
  13. lg1 = !"git lg1-specific --all"
  14. lg2 = !"git lg2-specific --all"
  15. lg3 = !"git lg3-specific --all"
  16.  
  17. lg1-specific = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)'
  18. lg2-specific = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(auto)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)'
  19. lg3-specific = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset) %C(bold cyan)(committed: %cD)%C(reset) %C(auto)%d%C(reset)%n'' %C(white)%s%C(reset)%n'' %C(dim white)- %an <%ae> %C(reset) %C(dim white)(committer: %cn <%ce>)%C(reset)'
Add Comment
Please, Sign In to add comment