Git Commands

  1. remove git repository

rm -rf .git

find . -type f | grep -i "\.git" | xargs rm

Last updated