how to remove all git files from a folder code example Example 1: delete .git folder rm -rf .git Example 2: how to remove git from a folder rm -rf .git