how to delete .git folder ubuntu code example Example 1: delete .git folder rm -rf .git Example 2: delete git rm -rf .git