Closed AkhilKamath closed 8 years ago
I have forgot to add pyc files to gitignore (my bad). But can you remove other files staged for commit which aren't necessary (like db.sqlite and .pyc files). Use git add README.md
instead of git add .
ok
Can you please squash both the commits into a single commit?
Edit: three commits into one
done....just check
No its not done. I can still see 3 commits. Use git rebase -i HEAD~3
to squash them.
yes i did that....i'll check again
Another Pull Request was submitted and was merged.
Small change in the README file. (alternate commands for windows)