+ 2
How to create branch in GIT
In selenium automation How to create branch in GIT
1 Réponse
+ 2
All your questions will be answered when you have a look at the git tutorial in the development essentials here on sololoearn.
git branch <name>
git checkout <name>