Github
Open Source Contributions
Fork and Clone
git clone [email protected]:<user>/<fork>Configure Repo
git remote add upstream <original-repo>git config user.email "<email>"Commit and Update
git fetch upstream
git checkout master
git merge upstream/masterCreate Pull Request
Last updated