1. 程式人生 > >使用GIT管理UE4代碼

使用GIT管理UE4代碼

exist mit ast col bsp 分享 epo add pan

在OSCHINA的GIT上創建遠程項目

技術分享
cd existing_git_repo
git init
git add Onepass/ Source/ notes.txt
git commit -m "init"
git remote add origin https://git.oschina.net/tworiver/islands.git
git push -u origin master
View Code

使用GIT管理UE4代碼