标签:track not tag 跟踪 book add https git 意思
untrack表示是新文件,没有被add过,是为跟踪的意思。
not staged 表示add过的文件,即跟踪文件,再次修改没有add,就是没有暂存的意思
具体看:
https://git-scm.com/book/zh/v2/Git-%E5%9F%BA%E7%A1%80-%E8%AE%B0%E5%BD%95%E6%AF%8F%E6%AC%A1%E6%9B%B4%E6%96%B0%E5%88%B0%E4%BB%93%E5%BA%93
Git 状态 untracked 和 not staged的区别
标签:track not tag 跟踪 book add https git 意思
原文地址:https://www.cnblogs.com/coderwhytop/p/14724636.html