🌿 GIT BRANCH · NAVIGATOR

Navigate the
Branch Tree

Branches are parallel timelines. Create them, switch between them, and watch HEAD follow your every move.

🌿 BRANCH NAVIGATOR Tasks: 0/0 HEAD β†’ main
πŸ“‹ Current Task
Loading…
Branch Master
Branches are parallel timelines.
HEAD is your current position
in the multiverse of code.
$ git branch feature/login ← create
$ git checkout feature/login ← switch
$ git checkout -b hotfix ← create+switch
$ git branch -d hotfix ← delete