TLDR
Enter a command. For example: chroma, pio init, g++, expr, git credential.

git reflog

 
Show a log of changes to local references like HEAD, branches or tags. More information: https://git-scm.com/docs/git-reflog.
 
  • Show the reflog for HEAD:
     
    git reflog
     
  • Show the reflog for a given branch:
     
    git reflog {{branch_name}}
     
  • Show only the 5 latest entries in the reflog:
     
    git reflog -n {{5}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.