Crash course

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 --staged

reset _

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