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

fixup! pre-commit git alias.

parent d8f402ee
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
merg = merge --no-edit
pop = stash pop
posh = push --set-upstream origin HEAD
pre-commit = !git diff --name-only | xargs -r pre-commit run --files
pre-commit = ! pre-commit run --files $(git diff --name-only) $(git diff --cached --name-only)
Pull = pull --progress --ff --tags
pull-force = !git fetch && git reset --hard "$(git tracking)"
pushes = !git remote | xargs -n1 git push
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment