Branching in GitHub and Git
Ready for Chapter 4? It’s like leveling up in your coding adventure. This chapter is all about making your own space in a project, adding cool new features, and sharing your work with your team.
The first section is where you will learn how to create your own little world within a project where you can try out new ideas without affecting the main project. You’ll learn how to make these branches and why they’re super helpful.
Then, you’ll learn how to make changes, commit parts of your project, and then save them, like checkpoints in a video game. You’ll see how to keep track of all the cool stuff you add or change.
We will also talk about pushing your awesome changes, where you’ll learn how to share them with your team on GitHub.
We will cover the following topics in this chapter:
- Branching with GitHub Flow and creating a branch on GitHub
- Understanding GitHub Flow in practice – two...