Skip to content
Snippets Groups Projects
Commit c1d02136 authored by nimrod's avatar nimrod
Browse files

- Set autosquash by default.

- Added autosquash Git alias.
parent d133b3a9
No related branches found
No related tags found
No related merge requests found
[alias]
amend = commit --amend
autosquash = !GIT_SEQUENCE_EDITOR=true git rebase -i --autosquash
bull = submodule update --remote
clear = clean -fdx
dif = diff --color-words
......@@ -37,6 +38,8 @@
[push]
followTags = true
default = simple
[rebase]
autoSquash = true
[receive]
fsckObjects = true
[tag]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment