From a1e556a180d9598cf15f11eee077e747e07cb02e Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 21 Apr 2017 20:51:45 +0300 Subject: [PATCH] - Not a shell expression. --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 487f384..9369931 100644 --- a/.gitconfig +++ b/.gitconfig @@ -13,7 +13,7 @@ pull-force = !git fetch && git reset --hard "$(git rev-parse --abbrev-ref --symbolic-full-name @{u})" push-force = push --force-with-lease root = rev-parse --show-toplevel - serve-git = !git daemon --reuseaddr --verbose --base-path=. --export-all ./.git + serve-git = daemon --reuseaddr --verbose --base-path=. --export-all ./.git serve-http = !git update-server-info && cd .git && python -m SimpleHTTPServer staash = stash --all stat = status --short --branch -- GitLab