Skip to content

Commit

Permalink
git config: only override github on push
Browse files Browse the repository at this point in the history
Works around a cargo compatibility issue
  • Loading branch information
zimbatm committed Feb 16, 2024
1 parent e21c035 commit 07e7974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeConfigurations/terminal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
rebase.autoSquash = true;
rebase.autoStash = true;
submodule.recurse = true;
url."ssh://git@github.com/".insteadOf = "https://github.com/";
url."ssh://git@github.com/".pushInsteadOf = "https://github.com/";
};
ignores = [
# direnv
Expand Down

0 comments on commit 07e7974

Please sign in to comment.