GitHub或码云常用的命令汇总

右键git bush here

获取GitHub上的项目,找到项目地址复制

在git bush here上 输入命令: git clone +项目地址

查看当前项目状态:  git status

git add . 同步当前目录的文件

git commint -m ''message"  上传时附加信息

git push 上传项目

git pull 从GitHub上拉取文件

posted @ 2021-01-15 10:45  The_Blue_Sky  阅读(78)  评论(0)    收藏  举报