使用git版本管理工具

Posted lwj820876312

tags:

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

git add 提交文件

git commit -m "提交解释"

git push origin master 提交到主分支

2.生成ssh-key和添加ssh-key

ssh-keygen -t rsa -C "[email protected]"
ssh-add ~/.ssh/id_rsa

//github和git工具绑定
ssh -T [email protected]

3.设置避免提交输入用户名和密码

 //.ssh同级目录下生成
touch .git-credentials
//编辑.git-credentials添加如下
https://{username}:{password}@github.com

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

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

GitGit 分支管理 ( 克隆远程分支 | 克隆 master 分支 git clone | 查看远程分支 git branch -a | 克隆远程分支 git checkout -b )(代码片段

GitGit 分支管理 ( 克隆远程分支 | 克隆 master 分支 git clone | 查看远程分支 git branch -a | 克隆远程分支 git checkout -b )(代码片段

git--github使用

源代码管理工具GitHub介绍

源代码管理工具GitHub介绍