Create Pull Request Git Bash

[Solved] Create Pull Request Git Bash | Lisp - Code Explorer | yomemimo.com
Question : create pull request git bash

Answered by : david-ryan

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

Source : | Last Update : Thu, 17 Jun 21

Answers related to create pull request git bash

Code Explorer Popular Question For Lisp