how to remove .git from project code example Example 1: remove git from project rm -rf .git* Example 2: remove git rm -rf .git