Set git push.default to 'current'
This commit is contained in:
parent
b05f82ca0e
commit
a1d49dcf56
1 changed files with 3 additions and 0 deletions
|
@ -79,6 +79,9 @@ in
|
|||
pull = {
|
||||
ff = "only";
|
||||
};
|
||||
push = {
|
||||
default = "current";
|
||||
};
|
||||
rebase = {
|
||||
autoStash = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue