Skip to content

Instantly share code, notes, and snippets.

@JuHwon
Created November 9, 2016 09:33
Show Gist options
  • Save JuHwon/c39868d72db8b94af4a45495446a2d11 to your computer and use it in GitHub Desktop.
Save JuHwon/c39868d72db8b94af4a45495446a2d11 to your computer and use it in GitHub Desktop.
[user]
useConfigOnly = true
[push]
default = simple
[color]
ui = true
[core]
editor = vim
excludesfile = /Users/juhwon/.gitignore_global
ui = true
[diff]
cimpactionHeuristics = true
[alias]
undo = "!f() { \\\n git reset --hard $(git rev-parse --abbrev-ref HEAD)@{${1-1}}; \\\n}; f"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment