标签:div ext body center link pre htm add top
<!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命令就是将文件从暂存区提交到版本库
标签:div ext body center link pre htm add top
原文地址:https://www.cnblogs.com/ttzzyy/p/9199598.html