willb (owner)

Forks

Revisions

gist: 178599 Download_button fork
public
Public Clone URL: git://gist.github.com/178599.git
Embed All Files: show embed
Text #
1
2
3
4
5
git clone http://git.apache.org/qpid.git/ qpid
cd qpid
for branch in $(git branch -r | grep -v master) ; do git branch --track $(echo $branch | cut -f2- -d/) $branch ; done
git remote add github git@github.com:willb/qpid.git
git push --all github