A level is you typing real Git commands and editing files while the commit graph moves under you, all on one screen. That needs a keyboard and room for three columns.
Remotes · level 6.3Pull is two commands
Open it on a laptop and you will be rebasing within the hour.
working tree cleannothing differs from the last commit
Unchanged2
README.md
app.js
A addedM modifiedU untrackedD deleted
{ }select a file to edit
origin, the server
You haven’t fetched.Nothing on your machine can tell you what is up here. Run git fetch.
⇅ fetch / push
your machine
❯↑ history · tab complete · ⌘Z undo
Pull is two commands
+0 XP
Because your main had not moved, the second half was a fast-forward. If you *had* local commits, that same second half would have created a merge bubble, which is what the next level is about.