Skip to content

Instantly share code, notes, and snippets.

@pokutuna
Created January 10, 2011 21:36
Show Gist options
  • Save pokutuna/773517 to your computer and use it in GitHub Desktop.
Save pokutuna/773517 to your computer and use it in GitHub Desktop.
repos = [
'~/dotfiles',
'~/termtter',
'~/privaterepos',
'~/pokutuna_misc',
'~/btproject',
'~/scala-query',
'~/Documents/scala-collections-impl-doc-ja',
'~/Documents/scala-actors-doc-ja',
'~/Documents/scala-collections-doc-ja'
]
repos.each{ |r|
puts r
puts `cd #{r} && git pull`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment