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