Commit 7b77f04e authored by nimrod's avatar nimrod
Browse files

- Added fixup Git alias.

parent c1d02136
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
    empty-commit = commit --allow-empty
	exec = "!exec "
    ff = merge --no-edit --ff-only master
    fixup = commit --fixup
    forget = reset HEAD^
    merg = merge --no-edit
    posh = push --set-upstream origin HEAD