how to delete github directory from terminal code example Example 1: delete git repository command line rm -rf .git Example 2: git remove from folder rm -rf .git