Github Pull Request

[Solved] Github Pull Request | Lisp - Code Explorer | yomemimo.com
Question : Create a github pull request

Answered by : wissam-fawaz

# 1. Fork the target repo: example: https://github.com/do-community/cloud_haiku
# 2. Clone the forked repo using "git clone"
# 3. Create a new branch via "git checkout -b new-branch-name"
# 4. Make the desired changes locally
# 5. Stage changes to local repo using "git add ."
# 6. Commit changes by doing "git commit -m "Added sthg..."
# 7. Push changes to forked repo through "git push --set-upstream origin new-branch
# 8. Go to GitHub to submit a new pull request to original repo

Source : | Last Update : Fri, 07 Oct 22

Answers related to github pull request

Code Explorer Popular Question For Lisp