create pull request git bash code example
Example: create pull request git bash
git checkout -b new_branch
git add .
git commit -m "Adding a test file to new_branch"
git push
git
# Now go to github.com to review your contribution and merge new_branch