Skip to content

Instantly share code, notes, and snippets.

@andreaswolf
Created April 4, 2013 06:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreaswolf/5308303 to your computer and use it in GitHub Desktop.
Save andreaswolf/5308303 to your computer and use it in GitHub Desktop.
My .gitconfig configuration file
[user]
email = aw@syn-systems.com
name = Andreas Wolf
[color]
branch = auto
diff = auto
status = auto
[url "ssh://andreaswolf@review.typo3.org:29418"]
pushInsteadOf = git://git.typo3.org
[url "git@github.com:"]
pushInsteadOf = https://github.com/
pushInsteadOf = git://github.com/
[branch]
autosetuprebase = always
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
type = cat-file -t
dump = cat-file -p
ds = diff --stat
dc = diff --cached
dcs = diff --cached --stat
cia = commit --amend
cif = commit --fixup
rh = reset --hard
ri = rebase --interactive
rias = rebase --interactive --autosquash
sl = stash list
ss = stash save
sp = stash pop
pm = pull --merge
pr = pull --rebase
lol = log --oneline
smu = submodule update --recursive --init
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
[giggle]
main-window-maximized = true
main-window-geometry = 700x550+347+24
file-view-vpane-position = 291
history-view-vpane-position = 632
main-window-view = FileView
[core]
filemode = false
[merge]
conflictstyle = diff3
tool = kdiff3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment