现在的位置: 首页 > 综合 > 正文

暂存 Git初步使用心得

2018年02月17日 ⁄ 综合 ⁄ 共 157字 ⁄ 字号 评论关闭

一、Fedora安装git

比较简单,可以直接使用yum安装:

yum install git

二、Git使用

https://help.github.com/articles/create-a-repo

三、提交更改

git add <file>
git commit -m "some comment"
git push origin master

抱歉!评论已关闭.