Commit 454b8fd4 authored by nimrod's avatar nimrod
Browse files

Fully automated autosqaush Git alias.

parent 89dacc61
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