Guest User

Untitled

a guest
Jul 16th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. [user]
  2. name = Ondrej Certik
  3. email = ondrej@certik.cz
  4.  
  5. [color]
  6. ui = auto
  7. interactive = true
  8.  
  9. [alias]
  10. ci = commit
  11. di = diff --color-words
  12. st = status
  13. co = checkout
  14. st2 = status --untracked-files=no
  15. gl = log --graph --abbrev-commit --pretty=oneline --decorate
  16. whatis = "!f() { git show -s --pretty='format:%h (%s, %ai' \"$@\" | sed -e 's/ [012][0-9]:[0-5][0-9]:[0-5][0-9] [-+][0-9][0-9][0-9][0-9]$/)\\n/'; }; f"
  17. who = "!sh -c 'git log -1 --pretty=\"format:%an <%ae>\" --author=\"$1\"' -"
  18. lb = for-each-ref --format='%(refname)' \
  19. --sort=-authordate --count=8 refs/heads/
  20. rllog = log -g --date=relative
  21. rlg = reflog show @{now}
  22. sed = !git ls-files --stage | grep ^100 | awk '{print $4}' | xargs sed
  23. addremove = "!git add .; git ls-files --deleted | xargs -r git rm"
  24. weekreport = shortlog --since=1.weeks --author=ondrej
  25.  
  26. [push]
  27. default = matching
Add Comment
Please, Sign In to add comment