Skip to content

Instantly share code, notes, and snippets.

@gilesbowkett
Created November 2, 2009 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gilesbowkett/224612 to your computer and use it in GitHub Desktop.
Save gilesbowkett/224612 to your computer and use it in GitHub Desktop.
for repo in `ls`
do
cd $repo;
echo $repo;
git pull;
cd ~/dev/work/project_name
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment