Merging branches with Git
๐ป๐ช Spanish
1.- I am going to show you the merge between branches. First, create the update-person-class branch from the stable branch. Visit: Creating branches with Git.
2.- See all branches with git branch command.
git branch
3.- Enter inside th...
crisprogramming.hashnode.dev1 min read