Skip to content

Instantly share code, notes, and snippets.

@code-later
Created January 26, 2012 08:19
Show Gist options
  • Save code-later/1681673 to your computer and use it in GitHub Desktop.
Save code-later/1681673 to your computer and use it in GitHub Desktop.
[color]
diff = auto
status = auto
branch = auto
interactive = auto
[alias]
br = branch
st = status
ci = commit -m
ca = commit -a -m
co = checkout
logg = log --graph
[merge]
tool = opendiff
summary = true
[log]
date = local
[core]
excludesfile = /Users/dbreuer/.gitignore
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[branch "master"]
remote = origin
merge = refs/heads/master
[github]
user = USER_NAME
token = GITHUB_TOKEN
[user]
name = YOUR NAME
email = YOUR EMAIL
[mergetool]
keepBackup = true
[branch]
autosetupmerge = true
[push]
default = tracking
[git-tmbundle]
gitx-path = /usr/local/bin/gitx
[tig]
show-date = local # Show relative commit date.
show-rev-graph = yes # Show revision graph?
show-refs = yes # Show references?
show-line-numbers = no # Show line numbers?
line-number-interval = 5 # Interval between line numbers
commit-encoding = "UTF-8" # Commit encoding
horizontal-scroll = 33% # Scroll 33% of the view width
blame-options = -C -C -C # Blame lines from other files
line-graphics = "utf-8"
[tig "bind"]
status = - !git checkout %(file)
generic = C !git cherry-pick %(commit)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment