Commit 294257e7 authored by nimrod's avatar nimrod
Browse files

Git alias for an initial empty commit.

Useful for some history editing tasks.
parent 54d60efb
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
    ff = merge --no-edit --ff-only master
    fixup = !cd "${GIT_PREFIX:-$PWD}" && git commit --fixup $(git last-commit)
    forget = reset HEAD^
    iec = commit --allow-empty --only --message \"Initial empty commit.\"
    merg = merge --no-edit
    pop = stash pop
    posh = push --set-upstream origin HEAD