-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
diff basic use:
git diff
- Compare changes in not staged files and highlight them.
git diff HEAD
- Compare changes in not staged files and staged files and highlight them.
git diff HEAD README.md
- Compare a specific file.
git diff origin/main main
- Compare changes between two branches last commit.
- Only committed changes.
git diff origin/main main --name-status
- Show only names and the nature of change, but not actual diff output.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels