summitech/gitexplorer

Suggestion: Create a branch from another branch

yasin3061 opened this issue · 2 comments

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

@FatimahSanni Not able to push branch for pull request. error code 403

@moizKachwala

  1. Fork
  2. clone you fork
  3. git checkout -b myFeature
  4. magic
  5. git add
  6. git commit -m 'my magic'
  7. git push
  8. create PR from your-fork/myFeature to origin/master