美文网首页
git commit

git commit

作者: miraclehen | 来源:发表于2018-12-10 10:49 被阅读10次

    跳过使用暂存区域

    尽管使用暂存区域的方式可以精心准备要提交的细节,但有时候这么做略显繁琐。Git 提供了一个跳过使用暂存区域的方式,只要在提交的时候,给 git commit 加上 -a 选项,Git 就会自动把所有已经跟踪过的文件暂存起来一并提交,从而跳过 git add 步骤。

    相关文章

      网友评论

          本文标题:git commit

          本文链接:https://www.haomeiwen.com/subject/jdhrhqtx.html