
git-reflog
List of commands for git-reflog:
-
git-reflog:tldr:60672 git-reflog: Show only the 5 latest entries in the reflog.$ git reflog -n ${5}try on your machineexplain this command
-
git-reflog:tldr:6a19b git-reflog: Show the reflog for a given branch.$ git reflog ${branch_name}try on your machineexplain this command
-
git-reflog:tldr:775f3 git-reflog: Show the reflog for HEAD.$ git reflogtry on your machineexplain this command