Skip to content

History

Fenêtre de terminal
git log
git log --oneline --graph --decorate
Fenêtre de terminal
git diff
git diff --staged
Fenêtre de terminal
git show abc123

  • Use git log --oneline for a readable history.
  • Check changes with git diff before committing.