Commit c1d02136 authored by nimrod's avatar nimrod
Browse files

- Set autosquash by default.

- Added autosquash Git alias.
parent d133b3a9
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
[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]