Git

Posted ttzzyy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Git相关的知识,希望对你有一定的参考价值。

技术分享图片
http://gitforwindows.org/
技术分享图片
技术分享图片
技术分享图片
技术分享图片
技术分享图片
技术分享图片

<!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的主要内容,如果未能解决你的问题,请参考以下文章