Jump to content

Git log

From Squishu Wiki
Revision as of 08:52, 18 December 2025 by Princesssquishuskush (talk | contribs) (Created page with "== Commands == * display all commit log entries from ALL BRANCHES. Normally git log displays only the entries from the current branch ** git log --oneline --all * display the history in a simplified form ** git log --simplify-by-decoration --decorate --all --oneline")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Commands

  • display all commit log entries from ALL BRANCHES. Normally git log displays only the entries from the current branch
    • git log --oneline --all
  • display the history in a simplified form
    • git log --simplify-by-decoration --decorate --all --oneline