mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-22 01:37:14 +01:00
default to private mail, handle work mail on per repo basis
This commit is contained in:
parent
bce33d39e0
commit
98d684e294
@ -3,7 +3,7 @@
|
|||||||
########################################################################
|
########################################################################
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
email = matthias.kretschmann@ezeep.com
|
email = m@kretschmann.io
|
||||||
name = Matthias Kretschmann
|
name = Matthias Kretschmann
|
||||||
[github]
|
[github]
|
||||||
user = kremalicious
|
user = kremalicious
|
||||||
@ -32,8 +32,7 @@
|
|||||||
changed = yellow bold
|
changed = yellow bold
|
||||||
untracked = red
|
untracked = red
|
||||||
[push]
|
[push]
|
||||||
#'git push' only the current branch
|
default = matching
|
||||||
default = current
|
|
||||||
[alias]
|
[alias]
|
||||||
s = status
|
s = status
|
||||||
a = !git add . && git status
|
a = !git add . && git status
|
||||||
|
Loading…
Reference in New Issue
Block a user