diff options
| author | June McEnroe <june@causal.agency> | 2022-07-13 16:27:22 -0400 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2022-07-13 16:27:22 -0400 |
| commit | f7af3791d661fd780b8da773499c10ee05d03569 (patch) | |
| tree | 7bf3519c8acf09f5a25b1b189366361f02b06538 /home/.config/git | |
| parent | Remove TOUR (diff) | |
| download | src-f7af3791d661fd780b8da773499c10ee05d03569.tar.gz src-f7af3791d661fd780b8da773499c10ee05d03569.zip | |
Set push.autoSetupRemote
Diffstat (limited to 'home/.config/git')
| -rw-r--r-- | home/.config/git/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/.config/git/config b/home/.config/git/config index 1a6d5ce1..b4c5d97f 100644 --- a/home/.config/git/config +++ b/home/.config/git/config @@ -12,6 +12,9 @@ [merge] conflictStyle = diff3 +[push] + autoSetupRemote = true + [pull] rebase = true |