feat(git): set push.autoSetupRemote to true

This commit is contained in:
Jacob Bachmann 2024-06-04 10:26:35 +02:00
parent 4ddb0a5bb8
commit 29c9a8dd41
Signed by: bchmnn
GPG key ID: 732A612DAD28067D

View file

@ -12,6 +12,7 @@
init = { defaultBranch = "main"; }; init = { defaultBranch = "main"; };
core.editor = "nvim"; core.editor = "nvim";
pull.rebase = false; pull.rebase = false;
push.autoSetupRemote = true;
}; };
}; };
} }