Squash experimental branch
https://www.lukeko.com/35/squash-experimental-branch 0git rebase -i [SHA]
"squash" melds the commit into the previous one (the one in the line before)
https://thoughtbot.com/blog/git-interactive-rebase-squash-amend-rewriting-historyhttps://blog.carbonfive.com/always-squash-and-rebase-your-git-commits/
https://medium.com/@daendersby/til-git-rebasing-removing-rage-commits-4b5c42e7af3a
https://www.atlassian.com/git/tutorials/rewriting-history/git-rebase