使用GIT进行merge的时候, git merge --no-ff master 如果merge之后出现问题, 想进行回退, 可以使用 git reset --hard HEAD 来回退到最新的版本, 这时使用git status 可能出现 Untrack file $ git status On branch fds_encrypt_conf Your branch is up-to-date with 'origin/fds_encrypt_conf'. Untracked files:…