how to delete a repo in git code example Example 1: delete git repository command line rm -rf .git Example 2: how to remove git repository from a project rm -rf .git