jajodiaraghav / Snake

A simple game built using Python Pygame Library
20 stars 26 forks source link

update README.md #37

Closed athulp01 closed 6 years ago

jajodiaraghav commented 6 years ago

Please drop the tkinter commit. Also add the pyenv folder to .gitignore

athulp01 commented 6 years ago

how to drop the tkinter commit? @jajodiaraghav

jajodiaraghav commented 6 years ago

Hi @athulpn You do not have to create new PRs every time you have to make changes to commits. All you have to do is this: https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History

From further PRs, try to use git commit --amend to amend changes to last commit you made.

jajodiaraghav commented 6 years ago

Feel free to ask in case you are stuck. All you have to do is do git rebase -i head~4 since you have 4 commits in this PR Please go through the link for instructions.

athulp01 commented 6 years ago

I messed things up. I used web interface to update the markdown