how to delete a directory in git bash code example Example 1: delete .git folder rm -rf .git Example 2: how to remove git directory in terminal rm -rf .git