https://try.github.io/levels/1/challenges/1
Init.
status
Creates file.
Adds _.
Status.
commit -m “_”Log.
Remote add origin _.
push -u origin master(u: remember params).
Pull origin.
diff head
(head pointer to latest local commit).
Adds _.
diff --stagedreset _
From prev add.
checkout -- _Undo changes to prev file (from last commit).
Branch _.
checkout _
Select branch.
rm _
Wild card supported.
commit -m _checkout _
Select prev primary branch.
merge _
Secondary branch.
branch -d _Deletes secondary branch.
Push.
Updated:
2026 Aug 19

