VSCode使用Git

hellozjf發表於2024-05-14

安裝 VSCode,安裝 Git,安裝Unity Hub,安裝Unity Editor

以上四個工具的百度網盤下載地址
連結:https://pan.baidu.com/s/16jcpqLe2Kp7g5kCXOK1XyA?pwd=1111 
提取碼:1111 

gitee 上面新增 vscode-git 倉庫,然後將倉庫下載到本地

git clone https://gitee.com/nbda1121440/vscode-git-test.git
git config --global user.name "hellozjf"
git config --global user.email "908686171@qq.com"

修改 .gitignore,去掉 UserSettings,新增 .vscode

新建一個 Unity 工程,將 Assets、Packages、ProjectSettings、UserSettings 這四個資料夾複製到 git 倉庫,然後透過 vscode 的 git 外掛進行 commit & push

提交完畢之後,gitee 上面的倉庫就會和本地倉庫的內容一致了

相關文章