About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
zhengxiaowai
1/4/2018 - 6:50 AM
share
Share
add_circle_outline
Save
Git 导出分支成新的仓库
branch-as-repo.md
content_copy
file_download
Rendered
Source
进入项目文件夹
创建远程仓库 $NEW_REPO
git push $NEW_REPO +$BRANCH:master
$NEW_REPO: 远程仓库地址
$BRANCH:本地分支名
可以保存完整的提交记录
clear