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.
/ Stuffs About Website Development /
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.