Skip to content

Instantly share code, notes, and snippets.

@cromwellryan
Created April 5, 2012 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cromwellryan/2311057 to your computer and use it in GitHub Desktop.
Save cromwellryan/2311057 to your computer and use it in GitHub Desktop.
function Start-GitFetch() {
pushd .
cd ~/vim-config
git fetch origin
cd ~/git-config
git fetch origin master
cd ~/ps-config
git fetch origin master
popd
}
set-alias updaterepos Start-GitFetch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment