Suggestion: Create a branch from another branch
yasin3061 opened this issue · 2 comments
yasin3061 commented
It will be good to have a command to create a branch from another branch (apart from the currently checked out branch).
git checkout -b myFeature dev
moizKachwala commented
@FatimahSanni Not able to push branch for pull request. error code 403
setnemo commented
- Fork
- clone you fork
- git checkout -b myFeature
- magic
- git add
- git commit -m 'my magic'
- git push
- create PR from your-fork/myFeature to origin/master