網頁

2016年11月30日 星期三

拆解 git 下的目錄成為新的 repo

Windows 系統要注意 / 方向。
git filter-branch -f --subdirectory-filter 這裡/是你/要拆/的/子目錄 -- --all
git remote -v
git remote set-url origin https://gitlab.example.com/Demo/DemoPoroject.Web.git
git remote -v
git push -u origin master
git remote set-url origin https://github.com/本來/的.來源.git
git pull
git reset origin/master --hard
然後重複以上動作即可。

沒有留言:

張貼留言