为什么mac 目录下会出现~目录文件?

今天在执行git 命令时发现出现了一个目录,显示是用户家目录:

echo:demo mac$ git status
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)

        ~/

nothing added to commit but untracked files present (use "git add" to track)

以前没有,这可能是什么原因?

阅读 2.6k
1 个回答
新手上路,请多包涵

~代表当前用户

推荐问题