Uploaded December 2021 | Updated September 2026, 2 weeks ago
Git branches are an important part of working with git and the git flow. In this video you'll find out how to create, change and delete branches.
#git
https://itvraag.nl
Commands:
git branch
git switch -c new-branch
git switch main
git merge new-branch
git branch -d new-branch
Git branches are an important part of working with git and the git flow. In this video you'll find out how to create, change and delete branches.
#git
https://itvraag.nl
Commands:
git branch
git switch -c new-branch
git switch main
git merge new-branch
git branch -d new-branch



