Automate Updating Your Git Repositories
I have a half dozen TextMate bundles that I am grabbing the latest versions from GitHub instead of from the main TextMate subversion repository. For a long time I have been updating each of the bundles’ Git repositories by cd’ing into each directory and running git pull. Doing this over and over became silly and I was annoyed from doing all that typing.
Today, I finally wrote a basic bash script that automates updating each of the repositories. Sometimes it is surprising how simple an automated solution turns out to be.
March 7, 2009 | Filed Under Scripts
Comments
2 Responses to “Automate Updating Your Git Repositories”
Leave a Reply

Hi Rob,
that’s a really neat idea. Thanks for sharing.
Awesome – just the thing I was looking for…