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.2Fetch is safe
Open it on a laptop and you will be rebasing within the hour.
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
Fetch is safe
+0 XP
fetch only ever writes to origin/*. It never moves a branch, never stages anything, never edits a file. It is the one network command you can always run without thinking.