Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 178 Bytes

index.md

File metadata and controls

17 lines (11 loc) · 178 Bytes

git rl

Short for "git reflog"

Git alias:

rl = reflog

Example:

git rl

Reflog is a reference log that manages when tips of branches are updated.