Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/doitian/empty-unity-project
- Owner: doitian
- Created: 2014-03-03T03:54:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-03T04:06:44.000Z (over 10 years ago)
- Last Synced: 2024-04-14T18:13:10.666Z (7 months ago)
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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