Created
January 16, 2025 22:09
-
-
Save jesalg/3849e40b1b89bd6ba377885fa86822e7 to your computer and use it in GitHub Desktop.
List all commits on my current branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git log main..your-branch --pretty=format:"%h - %s (%an, %ar)" | cat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment