From aba7bcc8b3e8495ea579165bb21efa9567938764 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 7 Feb 2021 19:06:31 +0200 Subject: [PATCH] Include all files in the repo with git retry. --- .config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index 5ced790..1e19e3b 100644 --- a/.config/git/config +++ b/.config/git/config @@ -23,7 +23,7 @@ pushes = !git remote | xargs -n1 git push remaster = !git fetch --all && git autorebase origin/master rerebase = !git autorebase "$(git tracking)" - retry = !git amend --no-edit . && git shove + retry = !cd "${GIT_PREFIX:-$PWD}" && git amend --no-edit . && git shove root = rev-parse --show-toplevel serve-git = daemon --reuseaddr --verbose --base-path=. --export-all ./.git serve-http = !git update-server-info && cd .git && python -m http.server 8080 -- GitLab