我在桌面的文件夹中运行git status,然后终端显示如下内容:
Untracked files:
(use "git add <file>..." to include in what will be committed)
.3T/
.anaconda/
.atom/
.bash_history
.cisco/
.conda/
.condarc
.config/
.dbshell
....
Desktop/draft1.docx
Desktop/pictures/
Desktop/upload/
....
Documents/
Downloads/
Favorites/
IntelGraphicsProfiles/
Links/
...我是第一次接触git,但我似乎在我的计算机上创建了一个git存储库。我该怎么办?是否删除此存储库或其他内容?
发布于 2019-02-28 04:57:04
除非您想在桌面上有一个存储库,否则您可能应该将其删除。要做到这一点,一种方法是删除.git文件夹。注文件夹被标记为隐藏,因此您可能需要配置windows选项才能显示隐藏文件夹。
https://stackoverflow.com/questions/54914279
复制相似问题