Build git commands visually with explanations
Operation
$ git mergeArguments
Flags
-sStrategyUse the given merge strategy
-mMessageSet the commit message for the merge commit
What this does
Quick reference
HEAD~1 = one commit before HEAD
HEAD~3 = three commits before HEAD
origin/main = remote main branch
@{u} = upstream tracking branch
-- file.txt = target specific file
Common recipes

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.