Skip to content

Commit

Permalink
feat(git): use master as a default branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Apr 3, 2024
1 parent a24d8c2 commit 1b5c5aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

extraConfig = {
pull.rebase = true;
init.defaultBranch = "master";
};
};
};
Expand Down

0 comments on commit 1b5c5aa

Please sign in to comment.