Last active
December 15, 2015 18:39
-
-
Save pgampe/5305331 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.png diff=exif | |
*.jpg diff=exif | |
*.gif diff=exif | |
*.doc diff=strings | |
*.odt diff=odt2txt | |
*.sxw diff=odt2txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Philipp Gampe | |
email = [email protected] | |
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://[email protected]: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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*~ | |
*.idea | |
*.swp | |
*.cbp | |
*.layout | |
Debug/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[FEATURE] | |
[BUGFIX] | |
Resolves: # | |
Fixes: # | |
Releases: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment