Skip to content

Commit

Permalink
feat(git): auto-stash where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
spywhere committed Jan 15, 2024
1 parent 111aa01 commit d788f2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configs/git/gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
defaultBranch = main
[fetch]
prune = true
[merge]
autoStash = true
[rebase]
autoStash = true
[pull]
ff = only
[push]
Expand Down

0 comments on commit d788f2d

Please sign in to comment.