mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-21 17:27:13 +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]
|
||||
email = matthias.kretschmann@ezeep.com
|
||||
email = m@kretschmann.io
|
||||
name = Matthias Kretschmann
|
||||
[github]
|
||||
user = kremalicious
|
||||
@ -32,8 +32,7 @@
|
||||
changed = yellow bold
|
||||
untracked = red
|
||||
[push]
|
||||
#'git push' only the current branch
|
||||
default = current
|
||||
default = matching
|
||||
[alias]
|
||||
s = status
|
||||
a = !git add . && git status
|
||||
|
Loading…
Reference in New Issue
Block a user