Update .gitconfig.
This commit is contained in:
parent
66531224e7
commit
19f91bc593
1 changed files with 8 additions and 1 deletions
|
|
@ -12,4 +12,11 @@
|
||||||
[credential]
|
[credential]
|
||||||
username = tadgy
|
username = tadgy
|
||||||
[commit]
|
[commit]
|
||||||
verbose = 1
|
verbose = 1
|
||||||
|
[push]
|
||||||
|
autoSetupRemote = true
|
||||||
|
[alias]
|
||||||
|
c = commit
|
||||||
|
d = diff
|
||||||
|
p = push
|
||||||
|
s = status
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue