Skip to content

Instantly share code, notes, and snippets.

@knzm
Created August 16, 2012 02:57
Show Gist options
  • Select an option

  • Save knzm/3366010 to your computer and use it in GitHub Desktop.

Select an option

Save knzm/3366010 to your computer and use it in GitHub Desktop.
[core]
excludesfile = ~/.gitignore
pager = cat
[color]
ui = true
branch = auto
diff = auto
interactive = auto
status = auto
[diff]
tool = vimdiff
[merge]
conflictstyle = diff3
[rerere]
enable = true
[alias]
glog = log --graph --date-order -C -M --pretty=format:\"<%h> %ad [%an] %Cgreen%d%Creset %s\" --date=short
slog = log --oneline
ci = commit
co = checkout
st = status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment