meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:tools:git [2026/06/10 12:53] titannetlinux:tools:git [2026/06/10 12:54] (current) titannet
Line 34: Line 34:
 | ''git clean'' | Delete untracked files (temporary files and leftovers)| | ''git clean'' | Delete untracked files (temporary files and leftovers)|
  
-| ''git diff''show difference between current and head '' |+| ''git diff''Show difference between current and head |
 | ''git diff HEAD'' | Diff staged and unstaged changes | | ''git diff HEAD'' | Diff staged and unstaged changes |
 | ''git diff --staged'' | Diff staged changes | | ''git diff --staged'' | Diff staged changes |