Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/doitian/empty-unity-project

Empty Unity Project managed by Git
https://github.com/doitian/empty-unity-project

Last synced: about 1 month ago
JSON representation

Empty Unity Project managed by Git

Awesome Lists containing this project

README

        

# 用法 #

- Clone 本项目,并 push 到新的项目中做为新项目模板

# clone 本项目,已经克隆可省略这一步
git clone git://github.com/3pjgames/empty-unity-project.git
# 切换到本项目根目录中
cd empty-unity-project
# 检查更新
git pull
# 将自己的项目 Git 地址加为 remote
git remote add my_repo [email protected]:my/repo.git
# 将本项目的代码推送到自己的项目中
git push my_repo master

- 将新项目 clone 到本地

git clone [email protected]:my/repo.git