update dot-gitconfig with svn rebase / dcommit alias
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
e7f5e2abd5
commit
7cf7c6709e
1 changed files with 19 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# 2009 Nico Schottelius (nico-configfiles at schottelius.org)
|
# 2009-2011 Nico Schottelius (nico-configfiles at schottelius.org)
|
||||||
#
|
#
|
||||||
# This file is part of nsdotfiles.
|
# This file is part of nsdotfiles.
|
||||||
#
|
#
|
||||||
|
@ -31,29 +31,26 @@
|
||||||
f = fetch
|
f = fetch
|
||||||
|
|
||||||
l = log
|
l = log
|
||||||
|
|
||||||
lc = log --color
|
lc = log --color
|
||||||
ln = log --name-only
|
ln = log --name-only
|
||||||
lo = log --pretty=oneline
|
lo = log --pretty=oneline
|
||||||
lp = log -p --abbrev-commit
|
lp = log -p --abbrev-commit
|
||||||
|
|
||||||
loc = log --color --pretty=oneline
|
loc = log --color --pretty=oneline
|
||||||
lpc = log -p --color --abbrev-commit
|
lpc = log -p --color --abbrev-commit
|
||||||
|
|
||||||
m = merge
|
m = merge
|
||||||
p = push
|
p = push
|
||||||
pl = pull
|
pl = pull
|
||||||
r = reset
|
r = reset
|
||||||
s = status
|
s = status
|
||||||
t = tag
|
t = tag
|
||||||
|
|
||||||
|
# Useful for SVN operation
|
||||||
|
srd = !git svn rebase && git svn dcommit
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
excludesfile = /home/users/nico/.gitignore-global
|
excludesfile = /home/users/nico/.gitignore-global
|
||||||
|
|
||||||
[user]
|
|
||||||
email = nico@kr.ethz.ch
|
|
||||||
name = Nico Schottelius
|
|
||||||
|
|
||||||
[http]
|
[http]
|
||||||
sslVerify=false
|
sslVerify=false
|
||||||
|
|
||||||
|
@ -65,3 +62,17 @@
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
default = matching
|
default = matching
|
||||||
|
|
||||||
|
[color]
|
||||||
|
ui = auto
|
||||||
|
#
|
||||||
|
# PRIVATE STUFF
|
||||||
|
#
|
||||||
|
|
||||||
|
[user]
|
||||||
|
email = nico@MYHOSTNAME
|
||||||
|
name = Nico Schottelius
|
||||||
|
|
||||||
|
[cia]
|
||||||
|
email = nico@MYCIAADRESS
|
||||||
|
url= http://git.schottelius.org/?p=@@project@@;a=commit;h=@@sha1@@
|
||||||
|
|
Loading…
Reference in a new issue