Skip to main content
DevOpsLabTH.dev

Create and list branches

A branch is a movable pointer to a commit. `git branch` lists them, `git branch <name>` creates one.

Sign in to start the lab