diff --git a/gitcmds.txt b/gitcmds.txt index c63f98a..da93a54 100644 --- a/gitcmds.txt +++ b/gitcmds.txt @@ -86,3 +86,5 @@ $ git remote -v -> View remote repository configuration $ git tag [commitID] -> This command is used to give tags to the specified commit. +$ git reflog -> This command lets you easily see the recent commits, pulls, resets, pushes, etc on your local machine. +