xcode 使用ssh git管理

Posted iosdeng

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xcode 使用ssh git管理相关的知识,希望对你有一定的参考价值。

cd 

find . -type d -name ".git"|xargs rm -rf

find . -type d -name ".svn"|xargs rm -rf

rm -fr .git

git init

git add .

git commit -m "first"

git remote add origin git@git.***********

git push -u origin master

以上是关于xcode 使用ssh git管理的主要内容,如果未能解决你的问题,请参考以下文章

使用git版本管理工具

使用 Git 来管理 Xcode 中的代码片段

git配置管理

Xcode 源代码管理 - git add

在 Jenkins for Git 中管理 SSH 密钥

Git Github使用文档