+1 vote
in Bitbucket by
How to remove a directory from git?

1 Answer

0 votes
by

You can use the below command to remove the directory from the git repository but not from the local file system.

git rm -r –cached myFolder

Related questions

+1 vote
asked Jan 3, 2022 in Bitbucket by Robindeniel
+1 vote
+1 vote
asked Jan 3, 2022 in Bitbucket by Robindeniel
...