Update all your repos inside a folder
#!/bin/bash
for dir in */
do
cd "$dir"
git pull
cd -
done
Written by Leo Tartari
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Script
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#