Hi Syd--I think you want to run 'git log' to view the commit history--see if that shows you what you need. And you could 'stash' a commit if it contains something you want to retract. My guess is, with you, it's probably fine to push all your commits, but it is better to review them and be sure. This may be helpful: https://git-scm.com/book/en/v2/Git-Basics-Viewing-the-Commit-History Cheers! Elisa Typeset by hand on my iPad
On Jun 26, 2016, at 7:54 PM, Syd Bauman
wrote: 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. -- tei-council mailing list tei-council@lists.tei-c.org http://lists.lists.tei-c.org/mailman/listinfo/tei-council
PLEASE NOTE: postings to this list are publicly archived