Open daniel-j-h opened 7 years ago
I think I made it (and additionally I learned how to change default editor for git messages, I'm not a huge fan of vi)
Hm still seeing 19 commits here https://github.com/szpone/roguelike/pull/4/commits - did you push after squashing commits?
Look into re-writing git history / squashing commits:
https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html
the idea is to "clean up" your branch before you merge into master. Give it a try on your Travis branch and then merge it into master.