Skip to content

Commit

Permalink
git: set rebase.autosquash
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Mar 20, 2024
1 parent 9be8e85 commit 4b4d3f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/git/config
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
autoSetupRemote = true
followTags = true # always push annotated tag(s)
[rebase]
autoSquash = true
autoStash = true
[url "https://"]
insteadOf = git://
Expand Down

0 comments on commit 4b4d3f4

Please sign in to comment.