Move google svn to github git

之前contactlist这个项目一直放在google code上面,今天把contactlist移植到了github上。记录下移植的过程:

首先是用git-svn把googlecode上的项目checkout出来

git svn clone https://contact-list.googlecode.com/svn -T trunk -b branches -t tags

之后就是push到github了

git remote add origin git@github.com:flyerhzm/contactlist.git
git push origin master

相当简单,这下我的项目就都搬到github上面去了

Posted in  git contact-list


blog comments powered by Disqus
Fork me on GitHub