Working directory
working tree cleannothing differs from the last commit
Unchanged2
a.js
l.js
A addedM modifiedU untrackedD deleted
{ }select a file to edit
commit graph
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.
Open it on a laptop and you will be rebasing within the hour.
There was nothing to reconcile, so Git just slid the pointer forward. Fast-forward merges leave no trace a branch ever existed, which is why some teams require --no-ff.
Three panels, one loop. Nothing here can touch a real repository.