How to Disconnect a Project or Folder From GIT Repository by Edesa Cee · Published January 8, 2018 · Updated January 16, 2018 How to Remove GIT Tracking From a Project Command: rm -rf .git This command will remove all related GIT information such as files not committed, current committed files that needs to be pushed, etc.