From 54787a171127009b38df4d194b50897f5c458eb1 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 30 Nov 2016 08:43:45 +0200
Subject: [PATCH] - Added exec Git alias for running commands in the root of
 the repo (like git exec make).

---
 .gitconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitconfig b/.gitconfig
index 4c69aec..2545d4d 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -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
-- 
GitLab