创建以及删除自己的Git仓库

一、创建Git仓库 1、登录github账户     https://github.com 2、点击右上角 “+”,选择“New repository”,如图: 3、操作如图: 4、进入如下界面: 5、新建Xcode工程,打开终端,cd到该工程根目录下,而后执行如下命令: $  git init $  git add . $  git commit -m "first commit" $  git
相关文章
相关标签/搜索