Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的主目录中,我试图移动未暂存的文件以提交到暂存以及跟踪新文件。输入时git add .,不是暂存文件,而是光标下移一行,但不执行任何命令。(如下图|光标所在位置
git add .
|
$mac@home$ |
我在其他存储库中尝试了相同的命令并在那里正常工作。
我究竟做错了什么?
非常感谢