I want GitHub to stop tracking my local repository. And after that upload it again as a fresh copy. Which files will I remove inside an Android folder? Or is there a command?
Thanks.
Edited:
I’m on Windows 7.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can delete the
.gitfolder in your project root, or if you want to export only what is under source control you could do:Edit: If you are on Windows you will need
Show Hidden Files and Foldersenabled in order to see the.gitfolder.Start --> Control Panel --> Appearance and Personalization --> Folder Options --> View tab, under Advanced Settings click Show hidden files, folders, and drives