Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 269 Bytes

git.md

File metadata and controls

12 lines (12 loc) · 269 Bytes

Highlight the files with merge markers

git diff --check

Show commits history related to current_branch and main

git show-branch current_branch main

Show commits history from CMT1 to CMT2

git log CMT1..CMT2 --oneline --graph