Version 4 (modified by jazz, 12 years ago) (diff) |
---|
2013-02-15
- 將 Open Foundry 的 SVN 跟 github 做同步
- [參考] git 與 git-svn 簡單教學
~$ git svn clone http://svn.openfoundry.org/cloud-interop cloud-interop ~$ cd cloud-interop ~/cloud-interop$ git remote add origin https://github.com/jazzwang/cloud-interop.git ~/cloud-interop$ git pull origin ~/cloud-interop$ git commit -a ~/cloud-interop$ git push ~/cloud-interop$ git svn dcommit
- [參考] git 與 git-svn 簡單教學