Forrest logo
back to context overview

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 machine
    explain this command
  • git-reflog:tldr:6a19b git-reflog: Show the reflog for a given branch.
    $ git reflog ${branch_name}
    try on your machine
    explain this command
  • git-reflog:tldr:775f3 git-reflog: Show the reflog for HEAD.
    $ git reflog
    try on your machine
    explain this command
back to context overview