Skip to content

Instantly share code, notes, and snippets.

@jsmarkus
Created October 18, 2012 06:30
Show Gist options
  • Save jsmarkus/3910177 to your computer and use it in GitHub Desktop.
Save jsmarkus/3910177 to your computer and use it in GitHub Desktop.
gitconfig
[user]
name = User
email = [email protected]
[core]
compression=9
[alias]
br = branch
ci = commit
co = checkout
desc = describe
st = status
log1 = log --oneline
logs = log --stat
[merge]
tool = meld
[color]
ui = auto
[color "status"]
branch = green
[diff]
renames = true
[commit]
template = ~/.git-commit-message
[giggle]
main-window-maximized = true
main-window-geometry = 461x281+2+56
main-window-view = FileView
file-view-vpane-position = 1055
history-view-vpane-position = 328
file-view-hpane-position = 393
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment