说明文件
This commit is contained in:
		@@ -14,5 +14,12 @@ bzr branch lp:ubuntu-sdk-ide
 | 
			
		||||
# 转成git仓库
 | 
			
		||||
git init
 | 
			
		||||
git init bzr fast-export --plain . | git fast-import
 | 
			
		||||
git push ... mater
 | 
			
		||||
# 减小仓库大小,去掉提交历史,去掉多余的.git目录
 | 
			
		||||
git checkout --orphan new_branch_name
 | 
			
		||||
rm -rf dist/qt5/qtwebengine/src/3rdparty/.git
 | 
			
		||||
rm -rf dist/qt5/qtxmlpatterns/tests/auto/3rdparty/testsuites/.git
 | 
			
		||||
git add dist/qt5/qtwebengine/src/3rdparty/.git
 | 
			
		||||
git add dist/qt5/qtxmlpatterns/tests/auto/3rdparty/testsuites/.git
 | 
			
		||||
git commit -m '提交描述'
 | 
			
		||||
git push ... new_branch_name:mater
 | 
			
		||||
```
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user