Commit c97b71eb authored by nimrod's avatar nimrod
Browse files

Removed git autosquash alias, happier with autorebase for

non-interactive rebases.

Auto-stash rebases in autorebase git alias.
parent efa1bab1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
[alias]
    amend = commit --amend
    autosquash = !GIT_SEQUENCE_EDITOR=true git rebase -i --autosquash $(git last-commit)^
    autorebase = -c 'core.editor=true' rebase -i --autosquash
    autorebase = -c 'core.editor=true' rebase -i --autosquash --autostash
    bull = submodule update --remote --init
    cleaan = clean -fdX
    cleaaan = clean -fdx