Skip to content

Instantly share code, notes, and snippets.

@monkseal
Created July 20, 2018 23:21
Show Gist options
  • Save monkseal/e141625f9f9939d360935c970f997220 to your computer and use it in GitHub Desktop.
Save monkseal/e141625f9f9939d360935c970f997220 to your computer and use it in GitHub Desktop.
[color]
branch = auto
status = auto
diff = auto
[color "diff"]
meta = yellow
frag = cyan
old = red
new = green
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "status"]
added = yellow
changed = green
untracked = cyan
[alias]
st = status
ss = "status -s"
ci = commit
co = checkout
br = branch
fc = "diff master --name-only"
no = "diff flux --name-only"
lbr = "for-each-ref --sort=committerdate refs/heads/"
sapply = "!f() { git stash apply stash^{/$*} ; }; f"
ctags = !.git/hooks/ctags
[core]
editor = /usr/bin/vim
excludesfile = /Users/kenglish/.gitignore_global
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment