Managing branches - GitHub Docs
https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches
Branches isolate your development work from other branches in the repository. For example, you could use a branch to develop a new feature or fix a bug. You always create a branch from an existing branch. Typically, you might create a branch from the default branch of your repository. You can then work on this new branch in isolation from ...
DA: 6 PA: 10 MOZ Rank: 48