- 增加一個remote
//增加一個在github的remote git remote add github https://github.com/username/Hello-World.git //origin也視成一個remote,所以一樣的方法,只是叫origin git remote add origin https://github.com/username/Hello-World.git
當origin或remote有local沒有的branhc要如何抓下來
- 自己的
#git branch * master
- Origin或remote的
#git branch check * master
- 利用fetch抓回來
#git fetch origin check:check
沒有留言:
張貼留言