Skip to content

Instantly share code, notes, and snippets.

@RobinWu
Created August 25, 2009 02:18
Show Gist options
  • Save RobinWu/174401 to your computer and use it in GitHub Desktop.
Save RobinWu/174401 to your computer and use it in GitHub Desktop.
#!/bin/sh
echo git remote add -f alvin-gist git://gist.github.com/166924.git | sh
echo git checkout -b alvin-gist/master | sh
echo git pull alvin-gist master | sh
echo git checkout master | sh
echo git merge alvin-gist/master | sh
echo git push | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment