aboutsummaryrefslogtreecommitdiff
path: root/doc/git
blob: 1205d00f9d31004b066f7ad33c96ff74f3185a66 (plain)
1
2
undo last commit:    git reset HEAD~
diff two branches:   git diff branch1 branch2 path/to/file
..