Skip to content

Instantly share code, notes, and snippets.

@pgampe
Last active December 15, 2015 18:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pgampe/5305331 to your computer and use it in GitHub Desktop.
Save pgampe/5305331 to your computer and use it in GitHub Desktop.
*.png diff=exif
*.jpg diff=exif
*.gif diff=exif
*.doc diff=strings
*.odt diff=odt2txt
*.sxw diff=odt2txt
[user]
name = Philipp Gampe
email = philipp.gampe@typo3.org
signingkey = 0AD96065
[color]
ui = auto
diff = auto
status = auto
branch = auto
whitespace = blank-at-eol,space-before-tab,intent-with-non-tab,blank-at-eof,trailing-space,cr-at-eof
[color "diff"]
whitespace = red reverse
[pager]
status = yes
[url "ssh://pgampe@review.typo3.org:29418"]
pushInsteadOf = git://git.typo3.org
[branch]
autosetuprebase = remote
[alias]
co = "!git checkout $1; git submodule update --init; #"
ci = commit
br = branch
# show last commit
last = log @{1}..
last1 = log --oneline --submodule=log @{1}..
last2 = log @{2}..
last3 = log @{3}..
# short status (like svn)
st = status -s
# staged changed
diffa = diff --cached
cha = diff --cached
dh = diff HEAD^
p = "!git push origin HEAD:\"$(git config branch.$(git describe --contains --all HEAD).merge | sed -e 's/heads/for/g')/$1\";#"
ll = log --decorate --oneline --graph
lla = log --decorate --oneline --all --graph
pulla = pull --recurse-submodules=on-demand --all --tags
cia = commit --amend
ca = commit -a
caa = commit -a --amend
cp = cherry-pick
log1 = log -n 1
su = submodule update --init
l1 = log -n 1
gr = gerrit review
ga = gerrit apply
go = gerrit open
grr = gerrit reset
gv = gerrit review
gp = gerrit push
rh = reset --hard
rp = review push
gd = gerrit diff
d = diff
dhs = diff --stat HEAD^
addu = add -u
[gui]
recentrepo = /home/phil/privat
spellingdictionary = en_US
[core]
excludesfile = /home/phil/.gitscm/.gitignore
attributesfile = /home/phil/.gitscm/.gitattributes
[diff]
renames = copies
renamelimit = 6000
[help]
autocorrect = 2
[filter "noeol"]
clean = noeol_filter
smudge = cat
[commit]
template = /home/phil/.gitscm/typo3-template
[diff "exif"]
textconv = exiftool
[diff "strings"]
textconv = strings
[diff "odt2txt"]
textconv = odt2txt
[rerere]
enabled = 1
autoupdate = 1
[giggle]
main-window-maximized = true
main-window-geometry = 700x550+94+120
main-window-view = FileView
history-view-vpane-position = 396
file-view-vpane-position = 378
*~
*.idea
*.swp
*.cbp
*.layout
Debug/
[FEATURE]
[BUGFIX]
Resolves: #
Fixes: #
Releases:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment