On branch masterYour branch is behind originmaster by 274 commits and can be fast-forwarded use git pull to update your local branchUntracked files怎么取消
未跟踪的文件可以使用以下命令取消:
git clean -f -d
这将删除当前目录下的所有未跟踪文件和文件夹。请注意,这是一个不可恢复的操作,请谨慎使用。如果您只想删除特定的未跟踪文件,可以使用以下命令:
git clean -f path/to/file
将“path/to/file”替换为您要删除的文件的路径。
原文地址: https://www.cveoy.top/t/topic/eCOc 著作权归作者所有。请勿转载和采集!