how to remove git from a copied file code example Example 1: delete .git folder rm -rf .git Example 2: how to remove git from project rm -rf .git*