enhancementhelp wanted
倉庫指標
- 星標
- (34 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
According to this answer:
- #63:
git init -
git remote add origin repository-url -
git fetch --all -
git checkout --track origin/master
According to this answer:
git initgit remote add origin repository-urlgit fetch --allgit checkout --track origin/master