Hey guys, is there a cool git command to remove a folder from the git
repo, but not delete the file (like git rm)

Basically, i want to ignore a folder, but the folder is already being
tracked.

I know i can mv the folder, commit, add the original path to the git
ignore, then mv it back and it will be ignored, but i hoping for a
better way.

will git rm -cached do that?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to