Home | 简体中文 | 繁体中文 | 杂文 | Search | ITEYE 博客 | OSChina 博客 | Facebook | Linkedin | Email

第 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

comments powered by Disqus