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

Better git exec alias, shell aliases work now.

parent 382043ac
Branches
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
cleaaan = clean -fdx cleaaan = clean -fdx
dif = diff --color-words dif = diff --color-words
empty-commit = commit --allow-empty empty-commit = commit --allow-empty
exec = "!exec " exec = "!${SHELL:-/bin/sh} -ic "
ff = merge --no-edit --ff-only master ff = merge --no-edit --ff-only master
fixup = !cd "${GIT_PREFIX:-$PWD}" && git commit --fixup $(git last-commit) fixup = !cd "${GIT_PREFIX:-$PWD}" && git commit --fixup $(git last-commit)
forget = reset HEAD^ forget = reset HEAD^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment