我有一个名为的文件 && !!
如何删除此文件.
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)
&& !!
Run Code Online (Sandbox Code Playgroud)
rm -- "&& !!"
结果: rm: cannot remove '&& git st': No such file or directory
你可能已经猜到了git st是我的方式 git status
我怎么去?
打开vim
:e && !!
:wq