Czy mogę utworzyć gałąź wewnątrz innej gałęzi w Git
$ git checkout -b myfeature dev
Glamorous Grivet
$ git checkout -b myfeature dev
git checkout -b newBranch branch
git push -u origin newBranch
$ git push origin dev
$ git push origin myFeature