安装命令:`yum -y install git`
克隆命令:`git clone -b 分支名 仓库地址`,实例:`git clone -b master https://gitee.com/Is_Tomorrow/git1.git`
添加命令:`git add . `
提交命令:`git commit -m 描述 `
检查待推送文件命令:`git status `
推送命令:`git push`
拉取命令:`git pull`
生成 SSH 密钥, 一路回车:命令:`ssh-keygen -t rsa`
查看 SSH 公钥,命令: `cat ~/.ssh/id_rsa.pub`