Open Namrata7199 opened 6 years ago
Hi @Namrata7199 ,
Try not to do git add .
before you push your code. Pick those files you changes. Also, add your virtualenv, migratons folders to .gitignore
so that you don't accidentally commit them.
I reset the last commit and added the files again
Hi @Namrata7199 , You still have the migration files in your commit. Remove those as well! 😄
OK... I'll try changing
Hi @Namrata7199,
Please don't add files from
Student_Council_Website/bin
to PR's. They're just virtual env files that will automatically get created on the users machines. You can add that path to your.gitignore
which will help from accidentally adding these files from now on. 😄