安裝命令:`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`