Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. [user]
  2. name = Emil Kjelsrud
  3. email = emil@innit.no
  4. username = emilkje
  5. [push]
  6. default = simple
  7. [alias]
  8. ci = commit -m
  9. cia = commit -am
  10. timeline = log --oneline --graph --decorate
  11. ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
  12. ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
  13. fl = log -u
  14. history = log -u
  15. lc = "!git ll -1"
  16. dlc = diff --cached HEAD^
  17. lasttag = describe --tags --abbrev=0
  18. lt = describe --tags --abbrev=0
  19. st = status -s
  20. df = diff --word-diff
  21. [merge]
  22. tool = vimdiff
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement