$ 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)
FETCH_HEAD
nothing added to commit but untracked files present (use "git add" to track)
hui.qian@HUIQIANPC /e/appium (master)
$ git clean -f
Removing FETCH_HEAD
hui.qian@HUIQIANPC /e/appium (master)
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
hui.qian@HUIQIANPC /e/appium (master)
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
hui.qian@HUIQIANPC /e/appium (master)
git clean

最新推荐文章于 2025-09-12 17:09:35 发布
