美文网首页
Github上文件传输/修改/删除的新手教程

Github上文件传输/修改/删除的新手教程

作者: Small_Cake | 来源:发表于2018-07-24 09:03 被阅读6次

查看远端地址 git remote –v
查看配置 git config --list
暂存所有的更改git add
丢弃所有的更改git checkout
查看文件状态git status
本次要提交的概要信息提交git commit -m
设置远端仓库地址 git remote set-url origin 你的远端地址
查看差异git diff

Git命令合集
https://blog.csdn.net/huahua78/article/details/52330792
Github上文件传输/修改/删除的新手教程(2017年04月30日):
https://blog.csdn.net/jobs_anfield/article/details/70998786
介绍Android Studio中Git 的使用(2017年10月13日):
https://blog.csdn.net/chenguang79/article/details/78225475
全面的GIT教程
http://www.runoob.com/git/git-tutorial.html
廖雪峰的Git教程
https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000
AndroidStudio通过Git上传到Github
https://www.cnblogs.com/imqsl/p/6763133.html

相关文章

网友评论

      本文标题:Github上文件传输/修改/删除的新手教程

      本文链接:https://www.haomeiwen.com/subject/ggmtmftx.html