remove .git folder from cmd code example Example 1: delete .git folder rm -rf .git Example 2: remove git from folder windows cmd rmdir /S .git