码迷,mamicode.com
首页 > 其他好文 > 详细

使用GIT管理UE4代码

时间:2017-05-30 12:50:15      阅读:246      评论:0      收藏:0      [点我收藏+]

标签:commit   isp   sla   com   remote   ide   项目   使用   gif   

在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代码

标签:commit   isp   sla   com   remote   ide   项目   使用   gif   

原文地址:http://www.cnblogs.com/heben/p/6919515.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!