您现在的位置:首页 >> 前端 >> 内容

github使用简单总结

时间:2017/7/14 11:29:38 点击:

  核心提示:一、上传右键git bash:git remote add origing +ssh添加文件:git add 文件名提交:git commit -m 文件注释上传到github:git push or...

一、上传

右键git bash:git remote add origing +ssh

添加文件:git add 文件名

提交:git commit -m “文件注释”

上传到github:git push origin master

二、克隆到本地

git cione +ssh

三、fork、pull request

Tags:GI IT TH HU 
作者:网络 来源:angelinawa