inside out

web development

Home Archives
2022-09-17

Git

建立上游連線

從遠端專案 fork 下來後,如果上游專案有更新怎麼辦?

  1. 先確定目前遠端分支狀態 git remote -v
  2. 新增遠端分支位置 upstream
  • git remote add upstream [GitHub HTTPS/SSH URL]
  1. 檢查上游專案有沒有更新 git fetch upstream
  • 假如有更新 -> git merge upstream/branch_name
Share
  • Git
Newer
企業參訪:AmazingTalker
Older
個人專案 - 記帳本

標籤

  • Data-Base
  • Git
  • HTML
  • JavaScript
  • Node.js
  • concept
  • error-message
  • projects
  • text-editor
  • though
  • thoughts

標籤雲

Data-Base Git HTML JavaScript Node.js concept error-message projects text-editor though thoughts

彙整

  • 五月 2023
  • 三月 2023
  • 一月 2023
  • 十一月 2022
  • 十月 2022
  • 九月 2022
  • 八月 2022
  • 六月 2022
  • 四月 2022

最新文章

  • 轉職的職涯規劃:你只是 entry level 別想太多
  • Set up MSSQL in Node.js
  • 跳痛 - 轉職工程師不容易
  • LeetCode - Running Sum Of 1d Array
  • Vim, 隨時補充
© 2023 Kris
Powered by Hexo
Home Archives