update .gitconfig
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
1cc3e3888d
commit
04607d6d20
1 changed files with 9 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# 2009-2011 Nico Schottelius (nico-configfiles at schottelius.org)
|
# 2009-2013 Nico Schottelius (nico-configfiles at schottelius.org)
|
||||||
#
|
#
|
||||||
# This file is part of nsdotfiles.
|
# This file is part of nsdotfiles.
|
||||||
#
|
#
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
m = merge
|
m = merge
|
||||||
p = push
|
p = push
|
||||||
pl = pull
|
pl = pull
|
||||||
plp = !git pull && git push
|
pnp = !git pull && git push
|
||||||
r = reset
|
r = reset
|
||||||
s = status
|
s = status
|
||||||
t = tag
|
t = tag
|
||||||
|
@ -69,14 +69,18 @@
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
|
|
||||||
#
|
#
|
||||||
# PRIVATE STUFF
|
# PRIVATE STUFF - probably not usable for you
|
||||||
#
|
#
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
email = nico@HOSTNAME
|
email = nico@bento.schottelius.org
|
||||||
name = Nico Schottelius
|
name = Nico Schottelius
|
||||||
|
|
||||||
[cia]
|
[cia]
|
||||||
email = nico-cia.vc@HOSTNAME
|
email = nico-cia.vc@schottelius.org
|
||||||
url= http://git.schottelius.org/?p=@@project@@;a=commit;h=@@sha1@@
|
url= http://git.schottelius.org/?p=@@project@@;a=commit;h=@@sha1@@
|
||||||
|
|
||||||
|
[irker]
|
||||||
|
channels = irc://chat.freenode.net/cstar,irc://chat.freenode.net/commits
|
||||||
|
|
Loading…
Reference in a new issue