9951 explained code solutions for 126 technologies


gitHow to list all commits


git logctrl + c
git

base command

log

will show interactive commits log viewer


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

...