今天在执行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)
以前没有,这可能是什么原因?
~代表当前用户