Forrest logo
back to context overview

tig

List of commands for tig:

  • tig:tldr:4537a tig: Show the difference between two references (such as branches or tags).
    $ tig ${base_ref}..${compared_ref}
    try on your machine
    explain this command
  • tig:tldr:87013 tig: Show the sequence of commits starting from the current one in reverse chronological order.
    $ tig
    try on your machine
    explain this command
  • tig:tldr:9b9cd tig: Show the history of a specific branch.
    $ tig ${branch}
    try on your machine
    explain this command
  • tig:tldr:d4907 tig: Start in stash view, displaying all saved stashes.
    $ tig stash
    try on your machine
    explain this command
  • tig:tldr:f7d07 tig: Display commits from all branches and stashes.
    $ tig --all
    try on your machine
    explain this command
back to context overview