All Questions
Tagged with gnome-keyring-daemon pull
1 question
1
vote
1
answer
605
views
How to git pull multiple repositories in parallel without getting multiple gnome-keyring unlock prompts?
I use the following alias in .zshrc on Arch Linux to git pull all repositories in a directory in parallel:
alias multipull="find . -maxdepth 5 -name .git -type d | rev | cut -c 6- | rev | ...