.git / repository
Interactive Graph
Branches
Actions
git commit -m "update"
git checkout -b feature
git commit -m "feature"
git merge feature → main
git reset --hard
Console