Skip to content

Commit

Permalink
feat(git): auto setup push remote
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHsieh committed Sep 18, 2023
1 parent c38188c commit 189e4ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ in {
tool = "vimdiff";
conflictstyle = "diff3";
};
push.autoSetupRemote = true;
pull.rebase = true;
rebase.autoStash = true;
mergetool.prompt = "false";
Expand Down

0 comments on commit 189e4ca

Please sign in to comment.