Commit 6911c9ee 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 c764ebd5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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