From 5ef115af2b5a4a34e5d55e1891e4ff1a27e3a23c Mon Sep 17 00:00:00 2001 From: Syed Arsal Abbas <83390475+ArsalAbbas@users.noreply.github.com> Date: Sat, 1 Oct 2022 01:34:29 +0530 Subject: [PATCH] Added git reflog This command lets you easily see the recent commits, pulls, resets, pushes, etc on your local machine. --- gitcmds.txt | 2 ++ 1 file changed, 2 insertions(+) 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. +