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

- Added exec Git alias for running commands in the root of the repo (like git exec make).

parent 5c4bc07a
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
clear = clean -fdx
dif = diff --color-words
empty-commit = commit --allow-empty
exec = "!exec "
ff = merge --no-edit --ff-only master
merg = merge --no-edit
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