Git
Posted ttzzyy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Git相关的知识,希望对你有一定的参考价值。
<!DOCTYPEhtml>
<html>
<head>
<meta charset="utf-8">
<title>git使用</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h3>this is a html</h3>
<body>
</html>
h3{
margin-top:100px;
text-align:center;
color:red;
}
git add命令就是将文件从工作区提交到暂存区(git add . 命令将本地所有文件提交到暂存区,注意有点)
git commit命令就是将文件从暂存区提交到版本库
以上是关于Git的主要内容,如果未能解决你的问题,请参考以下文章
VSCode自定义代码片段15——git命令操作一个完整流程
GitGit 分支管理 ( 克隆远程分支 | 克隆 master 分支 git clone | 查看远程分支 git branch -a | 克隆远程分支 git checkout -b )(代码片段
GitGit 分支管理 ( 克隆远程分支 | 克隆 master 分支 git clone | 查看远程分支 git branch -a | 克隆远程分支 git checkout -b )(代码片段