mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-08-31 02:04:02 +08:00
274082fd77
* refactor: clean to roadmap content * refactor: move shared helpers into scripts/lib
462 B
462 B
Creating Branch
Creating a branch in Git is a fundamental part of working with version control, allowing you to work on different features or fixes without affecting the main codebase. You can create branches either through the terminal or github interface
Visit the following resources to learn more: