Home | 简体中文 | 繁体中文 | 杂文 | 知乎专栏 | 51CTO学院 | CSDN程序员研修院 | Github | OSChina 博客 | 腾讯云社区 | 阿里云栖社区 | Facebook | Linkedin | 打赏(Donations) | About
知乎专栏多维度架构

11.9. git-svn - Bidirectional operation between a single Subversion branch and git

		
sudo apt-get install git-svn
		
		

clone

git-svn clone -s svn://netkiller.8800.org/neo
cd neo
git gc

git commit -a
git-svn dcommit
		

从 svn 仓库更新

git-svn rebase
		

git-svn init svn://netkiller.8800.org/neo/public_html