Answers for "create pull request git bash"

0

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
Posted by: Guest on June-10-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language