gitHow to list all revisions
Usage example
git rev-list --remotes
output
9e1d67799cae4fba652735da0a85042e4b266521
d1d796c0dfc7868ea05773e4817caabe9ba4c62f
59affa5038d3835e40b25a1c6ce67b6a0549e72a
d8d58766cd8ace28ecd09ca9baa261d3894ce3a8
9308008f1db46c66aca01de46dae2cd637a7131d
025933b9cfabe33764b525c61d0e0dae0a10b0a8
...
Related
More of Git
- How to view project's detailed history
- How to rename local branch
- How to undo "git add" before commit
- Make a new branch with uncommitted changes
- How to rename a branch
- How to push forked repository to original master
- How to apply patch
- How many lines of code are there in a repo
- Remove an existing remote
- How to view stashed changes
See more codes...