Skip to content
Snippets Groups Projects
Commit 7b77f04e authored by nimrod's avatar nimrod
Browse files

- Added fixup Git alias.

parent c1d02136
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
empty-commit = commit --allow-empty empty-commit = commit --allow-empty
exec = "!exec " exec = "!exec "
ff = merge --no-edit --ff-only master ff = merge --no-edit --ff-only master
fixup = commit --fixup
forget = reset HEAD^ forget = reset HEAD^
merg = merge --no-edit merg = merge --no-edit
posh = push --set-upstream origin HEAD posh = push --set-upstream origin HEAD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment