- 先把自己目前改的東西全部 commit:
git commit -am “finished” - 切換到 master,
git checkout master - 跟 Huli 的 master 同步:
git pull https… master(把遠端 Github Huli 最新課綱拉下來 local 端) - 可能會出現 vim 或其他預設軟體打開,
:wq或是其他軟體關掉就好 - push 回 github:
git push origin master( local 端已更新,但遠端我的 Github 還沒更新) - 切換回作業的 branch,
git checkout <branch-name> - 繼續寫作業
#Git
![[ Vue3 ] 筆記 ref、reactive](https://static.coderbridge.com/images/covers/default-post-cover-1.jpg)
![[Power BI] 讀書會 #2 Analysis Services 概念(1)](https://static.coderbridge.com/images/covers/default-post-cover-2.jpg)
