step1: Remove .pyc files using git rm *.pyc. If this not work use git rm -f *.pyc
step2: Commit git commit -a -m 'all pyc files removed'
step3: Push git push
In future commits you can ignore .pyc files by creating a .gitignore file
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.