Set a default local push remote to make git-sync work
This commit is contained in:
parent
0ffed437d1
commit
2d2b4591e2
1 changed files with 2 additions and 0 deletions
|
|
@ -7,5 +7,7 @@
|
||||||
st = status
|
st = status
|
||||||
sign = commit --amend --no-edit --gpg-sign
|
sign = commit --amend --no-edit --gpg-sign
|
||||||
resign = !git-resign
|
resign = !git-resign
|
||||||
|
[remote]
|
||||||
|
pushDefault = .
|
||||||
[include]
|
[include]
|
||||||
path = .hostgitconfig
|
path = .hostgitconfig
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue