1
0
Fork 0

git: Auto-prune remote branches

This commit is contained in:
Jeremy Kaplan 2025-05-14 15:55:48 -07:00
commit 2c2400da82

View file

@ -35,6 +35,9 @@ xfuncname = "^[ \t]*((RSpec|describe|context|it|before|after|around|feature|scen
[difftool "difftastic"] [difftool "difftastic"]
cmd = difft "$LOCAL" "$REMOTE" cmd = difft "$LOCAL" "$REMOTE"
[fetch]
prune = true
[init] [init]
defaultBranch = main defaultBranch = main