Add autosquash to gitconfig.
This commit is contained in:
parent
199b808e76
commit
9958d1ab3e
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
rebase = true
|
rebase = true
|
||||||
[rebase]
|
[rebase]
|
||||||
autoStash = true
|
autoStash = true
|
||||||
|
autoSquash = true
|
||||||
[alias]
|
[alias]
|
||||||
publish = !git pull && git push
|
publish = !git pull && git push
|
||||||
[push]
|
[push]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue