gpt4 book ai didi

git - 从 Git 中删除文件夹

转载 作者:太空狗 更新时间:2023-10-29 13:16:40 24 4
gpt4 key购买 nike

我有一个在 git 下的本地文件夹,当我在不同的 IDES 中玩一些 git 东西时,它被添加到 git 但我不希望它在 git 控制下,我只是想让它现在是一个普通的文件夹!直到我决定稍后将它添加到某个 repo 中。

我是 git 的新手,所以不太了解命令,但是如果我运行 git status 命令,这就是我得到的:

git status
# On branch master
#
# Initial commit
#
# Changes to be committed:
# (use "git rm --cached <file>..." to unstage)
#
# new file: .idea/vcs.xml
# new file: .idea/workspace.xml
#
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: .idea/workspace.xml
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# .idea/.name
# .idea/.rakeTasks
# .idea/HisFirstService.iml
# .idea/dictionaries/
# .idea/encodings.xml
# .idea/misc.xml
# .idea/modules.xml
# .idea/scopes/
# Gemfile
# Gemfile.lock
# README
# Rakefile
# client.rb
# config/
# db/
# models/
# service.rb
# spec/

最佳答案

听起来您想删除由 IDE 自动创建的 git 存储库。 (请注意,git 不跟踪文件夹,仅跟踪文件。)

如果是这种情况,只需删除 .git 目录,您将留下一个根本不被 git 跟踪的文件夹。

关于git - 从 Git 中删除文件夹,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14615992/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com