将现有工程加入git库
控制台进入该工程的目录,执行以下命令:
- git init
- git add .
- git commit -m "Initial commit"
参考以下文章:
http://ashfurrow.com/2011/03/how-to-create-git-repos-for-existing-xcode-projects/
将现有工程加入git库
控制台进入该工程的目录,执行以下命令:
- git init
- git add .
- git commit -m "Initial commit"
参考以下文章:
http://ashfurrow.com/2011/03/how-to-create-git-repos-for-existing-xcode-projects/