2. Create a new Feature
Replace <name>
with the name of you feature.
git branch feature/<name>
git checkout feature/<name>
Now you can develop your feature on your own branch.
Replace <name>
with the name of you feature.
git branch feature/<name>
git checkout feature/<name>
Now you can develop your feature on your own branch.