From 207231a1721ffcd04abe73288c62741289e37055 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 8 Jul 2018 00:56:25 -0300 Subject: Remove git sync alias --- git/gitconfig.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/git/gitconfig.ini b/git/gitconfig.ini index 1662b59..4ffce94 100644 --- a/git/gitconfig.ini +++ b/git/gitconfig.ini @@ -34,7 +34,6 @@ prune-branches = !git branch --merged | grep -v master | xargs git branch -d lfs-pull = !git fetch && git lfs fetch --recent && git merge origin podcasts = !xargs git-annex importfeed < feeds.conf - sync = !AWS_ACCESS_KEY_ID=$ANNEX_AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY=$ANNEX_AWS_SECRET_ACCESS_KEY git annex sync [annex] gnupg-options = --no-tty gnupg-decrypt-options = --no-tty -- cgit v1.2.3