使用GIT管理UE4代码

在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
原文地址:https://www.cnblogs.com/heben/p/6919515.html