Git remote 維護遠端檔案
- git remote
- git remote add new-branch http://git.example.com.tw/project.git # 增加遠端 Repository 的 branch(origin -> project)
- git remote show # 秀出現在有多少 Repository
- git remote rm new-branch # 刪掉遠端的new-branch
- git remote update # 更新所有 Repository branch
- git branch -r # 列出所有Remote Repository branch
- git remote show <branch>
Reference
沒有留言:
張貼留言