diff options
| author | Simen A. W. Olsen <hello@simenandre.no> | 2026-04-05 22:28:06 +0200 |
|---|---|---|
| committer | Simen A. W. Olsen <hello@simenandre.no> | 2026-04-05 22:28:06 +0200 |
| commit | a89666b60775e17660745c81ff7072fd53435ec5 (patch) | |
| tree | a96d2d4e3aef1c8260ebedf9305a01070c58fa07 /modules/home/git.nix | |
| parent | fc004fae7352a78b142d8d931ac96f1361d43af6 (diff) | |
| download | dotfiles-a89666b60775e17660745c81ff7072fd53435ec5.tar.gz dotfiles-a89666b60775e17660745c81ff7072fd53435ec5.zip | |
chore: set default branch to main
Diffstat (limited to 'modules/home/git.nix')
| -rw-r--r-- | modules/home/git.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home/git.nix b/modules/home/git.nix index 1915304..85665ab 100644 --- a/modules/home/git.nix +++ b/modules/home/git.nix @@ -42,6 +42,7 @@ diff.renames = "copies"; help.autocorrect = 1; merge.log = true; + init.defaultBranch = "main"; push.autoSetupRemote = true; github.user = "simenandre"; pull.rebase = true; |
