26 Jun
2016
26 Jun
'16
4:54 p.m.
I went to push up a commit. As is my usual habbit, I issued a `git status -uno` first. Git told me: | On branch dev | Your branch is ahead of 'origin/dev' by 4 commits. | (use "git push" to publish your local commits) | ... So that means I've committed 3 times that I don't remember. How do I find out what those commits were? (I.e. to what files, and what changes were made?) It's probably safe to just push (those other commits are probably just me saving work as I went along), but I'd prefer to know. Thanks.