GIT 命令
Posted bycnboy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了GIT 命令相关的知识,希望对你有一定的参考价值。
//退出命令: Ctrl+z //删除文件夹无需确认 rm -rf test //进入Git目录 cd /app/nginx/html/www/ //提交项目 cd /app/nginx/html/mydemo/ git clone [email protected]127.0.0.1:username/mydemo.git git status git add git commit -m ‘内容‘ git pull origin master git push origin master git log git commit -m ‘测试项目:....‘ git commit -m ‘测试项目:.......‘
以上是关于GIT 命令的主要内容,如果未能解决你的问题,请参考以下文章
VSCode自定义代码片段15——git命令操作一个完整流程
GitGit 分支管理 ( 克隆远程分支 | 克隆 master 分支 git clone | 查看远程分支 git branch -a | 克隆远程分支 git checkout -b )(代码片段
GitGit 分支管理 ( 克隆远程分支 | 克隆 master 分支 git clone | 查看远程分支 git branch -a | 克隆远程分支 git checkout -b )(代码片段