Advertisement
Guest User

Untitled

a guest
May 26th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. [user]
  2. name = m-nakamura145
  3. email = masato.nakamura145@gmail.com
  4.  
  5. [color]
  6. ui = true
  7. diff = auto
  8. status = auto
  9. branch = auto
  10. interactive = auto
  11. [core]
  12. editor = emacs
  13. precomposeunicode = true
  14. [push]
  15. default = simple
  16. [alias]
  17. co = checkout
  18. gr = grep -C 3 -i -n --color=auto
  19. openpr = "!f() { hub browse -- `git log --merges --oneline --reverse --ancestry-path $1...master | grep 'Merge pull request #' | head -n 1 | cut -f5 -d' ' | sed -e 's%#%pull/%'`; }; f"
  20. [ghq]
  21. root = ~/.ghq
  22. root = ~/.go/src
  23.  
  24. [tig "bind"]
  25. diff = F ?!git commit --fixup %(commit)
  26. diff = S ?!git commit --squash %(commit)
  27. main = F ?!git commit --fixup %(commit)
  28. main = S ?!git commit --squash %(commit)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement