作者:
mureka (mureka)
2018-04-25 07:16:22請問有關 git 的問題。
前幾天,從 github 上取了一個專案。用了下列指令
git clone https://github.com/user1/project1.git
但幾天後,https://github.com/user1/project1 中有個目錄有更新程式。假設這目錄是
https://github.com/user1/project1/folder1
請問我要用 git 下什麼指令如何把 folder1有更新過的程式或檔案取回呢?
謝謝