Git Cheat Sheetrev-list Print the list of commits reachable from the current branch. git rev-list HEAD Print the list of commits on this branch, but not present in the upstream branch. git r... Oct 5, 2024 Toolkits, Git