Skip to content

Instantly share code, notes, and snippets.

@appcoreopc
Created September 10, 2020 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save appcoreopc/5b0765531fa90b7ed645ce43c3da4f2f to your computer and use it in GitHub Desktop.
Save appcoreopc/5b0765531fa90b7ed645ce43c3da4f2f to your computer and use it in GitHub Desktop.
git log for current branch
If you're on the branch
git log master..
Otherwise
git log master..<your branch name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment