[ Note ]更新到最新狀態,與 Huli 的 master 同步


Posted by tzutzu858 on 2020-06-28

  1. 先把自己目前改的東西全部 commit:git commit -am “finished”
  2. 切換到 master,git checkout master
  3. 跟 Huli 的 master 同步:git pull https… master (把遠端 Github Huli 最新課綱拉下來 local 端)
  4. 可能會出現 vim 或其他預設軟體打開,:wq 或是其他軟體關掉就好
  5. push 回 github:git push origin master ( local 端已更新,但遠端我的 Github 還沒更新)
  6. 切換回作業的 branch,git checkout <branch-name>
  7. 繼續寫作業

#Git







Related Posts

OOP 11 - Single Responsibility Principle

OOP 11 - Single Responsibility Principle

[筆記] Linux php模組、資料庫關聯、splunk串聯系統資訊

[筆記] Linux php模組、資料庫關聯、splunk串聯系統資訊

Day00 - CERN ROOT 教學 | 動機、這是什麼

Day00 - CERN ROOT 教學 | 動機、這是什麼


Comments