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