Creating branches with Git
๐ป๐ช Spanish
1.- Create the stable branch from the main branch. First, you need to stay inside the main branch and then execute git branch <new_branch> command.
git branch stable
2.- See all branches with git branch command. You are inside the branc...
crisprogramming.hashnode.dev1 min read