mirror of
https://source.perfectable.org/nivertius/git-rc.git
synced 2025-07-02 02:25:53 +02:00
By default, push brach to one with same name at upstream
This commit is contained in:
parent
ef38c01283
commit
2033a2e57c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
excludesFile = ~/.gitignore_global
|
excludesFile = ~/.gitignore_global
|
||||||
whitespace = trailing-space space-before-tab
|
whitespace = trailing-space space-before-tab
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = current
|
||||||
[pull]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
ff = only
|
ff = only
|
||||||
|
|
Loading…
Add table
Reference in a new issue