Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 | ...
Konrad Höffner's user avatar