Skip to content

Commit

Permalink
Merge pull request #106 from thaim/git-config
Browse files Browse the repository at this point in the history
change default branch to main
  • Loading branch information
thaim authored May 12, 2024
2 parents 0394672 + bfbe7cf commit b844a3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion roles/git/templates/gitconfig.j2
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@
root = /home/{{ ansible_env.USER }}/src

[fetch]
prune = true
prune = true

[init]
defaultBranch = main

0 comments on commit b844a3d

Please sign in to comment.