永发信息网

git add u 是什么意思

答案:1  悬赏:0  手机版
解决时间 2021-02-22 16:49
  • 提问者网友:心如荒岛囚我终老
  • 2021-02-22 01:02
git add u 是什么意思
最佳答案
  • 五星知识达人网友:荒野風
  • 2021-02-22 01:18
git add -u命令解释:
-u
--update
Update the index just where it already has an entry matching . This removes as well as modifies index entries to match the working tree, but adds no new files.
If no is given when -u option is used, all tracked files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).
简译: 此命令将更新已经存在于存储库中的文件索引。删除及修改与与索引条目相匹配的工作树, 但并不会增加新的文件。
不带参数的 git add -u 命令将会更新所有已经包含在存储库中的文件(旧版本Git只会更新到当前目录及其子目录)

我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯