Help the git makes my laptop super lag

Please help me to stop the git executes. all of 5k+ are my computer files. it makes me so Laggy please help.

sorry for my grammar and my English :slight_smile:

1 Like

How many files are you actually working with? That seems like a very large number of files. You may be tracking files that you don’t mean to be tracking.

Go to the Macintosh HD drive, and remove the .git folder using the terminal.

sudo rm -R .git/

so i make a mistakes, i write "git add . " in terminal and i thought the terminal tries take all of my laptop files

Ah, I see what you mean. Yes, I would find and remove the .git folder in your root directory.

honestly i’m learning git

Lots of stuff like this happens when you’re learning Git.

1 Like