删除Old Git Repo(本地)无意中初始化

时间:2015-12-06 22:30:57

标签: git macos github

几个月前,当我第一次被介绍给Git时,似乎我在我的Users / username文件夹(Mac)中创建了一个repo。我不知道有没有提交任何东西,但是从那时起我所做的一切都等着被添加到其他地方。

分支被命名为'反弹'不确定我是否给它这个名字。

我试图删除.git文件夹,但是这会将所有未跟踪/未提交的文件/分支等添加到子文件夹中的每个repo。 (见底部的例子)。

我以为我可以添加并提交ALLLLL文件并摆脱它,但是当我运行git add。时,我得到:

  

警告:CRLF将替换为.meteor / packages / less / .1.0.14.3q4gos ++ os + web.browser + web.cordova / plugin.compileLess.os / npm / compileLess / node_modules / less / node_modules /请求/ node_modules /鹰/ node_modules /胡克/ LIB / escape.js。

     

该文件的工作目录中将包含其原始行结尾。   警告:在.meteor / packages / less / .1.0.14.3q4gos ++ os + web.browser + web.cordova / plugin.compileLess.os / npm / compileLess / node_modules / less / node_modules / request中,CRLF将替换为LF /node_modules/hawk/node_modules/hoek/lib/index.js。

     

该文件的工作目录中将包含其原始行结尾。   警告:在.meteor / packages / less / .1.0.14.3q4gos ++ os + web.browser + web.cordova / plugin.compileLess.os / npm / compileLess / node_modules / less / node_modules / request中,CRLF将替换为LF /node_modules/hawk/node_modules/hoek/test/escaper.js。

     

该文件的工作目录中将包含其原始行结尾。   警告:在.meteor / packages / less / .1.0.14.3q4gos ++ os + web.browser + web.cordova / plugin.compileLess.os / npm / compileLess / node_modules / less / node_modules / request中,CRLF将替换为LF /node_modules/hawk/node_modules/hoek/test/index.js。   ...

我不会使用流星但是我不想搞砸任何东西或将所有东西都重置到7个月之前!我该怎么办?

示例:

在用户/用户名中:git status 列出~100个文件/目录

cd进入项目Users / username / Documents / project:git status 什么都没有提交

删除用户/用户名/ .git

返回用户/用户名:git status 不是回购

cd进入项目Users / username / Documents / project:     git status

列出相同的~100个文件/目录

2 个答案:

答案 0 :(得分:0)

所以你删除了/Users/bob/.git

中的.git文件夹

和/ Users / bob / Documents / project中的'git status'为您提供了一些输出

这意味着您在某处定义了.git文件夹(repo) 要么在这里 /Users/bob/Documents/project/.git 或者在这里 /Users/bob/Documents/.git

可以在其他git repo工作区的子目录中创建git repos ......这可能就是你过去做过的了

答案 1 :(得分:0)

您可能在其他git存储库中有一个git存储库。

您可以使用以下命令检查git存储库的根文件夹:

Users/username/Documents/project

拥有此root后,您就可以知道所有这些文件的来源。

在您的情况下,根文件夹看起来像是:

#content .navbar-fixed-top{
 width: calc(100% - 245px);
 top: inherit;
 right: inherit; 
 left: inherit; 
 bottom:inherit;
 }