From dec8264a07be2ff91cea6fac1da9452671513113 Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Fri, 30 Dec 2022 22:51:31 -0500 Subject: [PATCH] Add git creds and pushall alias --- git/.gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/git/.gitconfig b/git/.gitconfig index 996fbfb..814e740 100755 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -7,3 +7,7 @@ autostash = true [core] editor = vim +[credential] + helper = /usr/share/doc/git/contrib/credential/libsecret/git-credential-libsecret +[alias] + pushall = !git remote | xargs -L1 git push --all