Guest User

Untitled

a guest
May 26th, 2019
95
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.  
  4. [color]
  5. ui = true
  6. diff = auto
  7. status = auto
  8. branch = auto
  9. interactive = auto
  10. [core]
  11. editor = emacs
  12. precomposeunicode = true
  13. [push]
  14. default = simple
  15. [alias]
  16. co = checkout
  17. gr = grep -C 3 -i -n --color=auto
  18. 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"
  19. [ghq]
  20. root = ~/.ghq
  21. root = ~/.go/src
  22.  
  23. [tig "bind"]
  24. diff = F ?!git commit --fixup %(commit)
  25. diff = S ?!git commit --squash %(commit)
  26. main = F ?!git commit --fixup %(commit)
  27. main = S ?!git commit --squash %(commit)
Advertisement
Add Comment
Please, Sign In to add comment