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] [alias]
amend = commit --amend amend = commit --amend
autosquash = !GIT_SEQUENCE_EDITOR=true git rebase -i --autosquash
bull = submodule update --remote bull = submodule update --remote
clear = clean -fdx clear = clean -fdx
dif = diff --color-words dif = diff --color-words
...@@ -37,6 +38,8 @@ ...@@ -37,6 +38,8 @@
[push] [push]
followTags = true followTags = true
default = simple default = simple
[rebase]
autoSquash = true
[receive] [receive]
fsckObjects = true fsckObjects = true
[tag] [tag]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment