Commit 65eb9316 authored by nimrod's avatar nimrod
Browse files

Fully automated autosqaush Git alias.

parent 1df6ec26
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
[alias]
    amend = commit --amend
    autosquash = !GIT_SEQUENCE_EDITOR=true git rebase -i --autosquash
    autosquash = !GIT_SEQUENCE_EDITOR=true git rebase -i --autosquash $(git last-commit)^
    bull = submodule update --remote --init
    cleaan = clean -fdX
    cleaaan = clean -fdx