Due to deleting the git llvm script, folks were asking for better documentation
about how to use git in order to commit to the Github repo. I added some step
by step git commands to make the usage clearer.
Context link: http://lists.llvm.org/pipermail/llvm-dev/2020-May/141640.html
This isn't super useful I believe, this only shows for example something like:
What about instead:
$ git log origin/master...HEAD --oneline
which shows the list of commits about to be pushed?