gitHow to list all commits
Usage example
git log
output
commit 025933b9cfabe33764b525c61d0e0dae0a10b0a8
Author: nonunicorn <[email protected]>
Date: Tue Oct 19 16:37:15 2023 +0000
commit 4370a79da7d65dcc8d180ed00d9ca68a7824aff9
Author: nonunicorn <[email protected]>
Date: Tue Oct 19 16:23:37 2022 +0000
...
Related
More of Git
- How to undo "git add" before commit
- How many lines of code are there in a repo
- How to view project's short history
- How to view project's detailed history
- How to rename local branch
- How to delete all local branches which has been deleted on the remote
- How to push new tag
- How to remove specific remote branch locally
- How to view stashed changes
- How to rollback to specific commit
See more codes...