Please set up consistent user information before starting with your real
name and working
email address on all your computers. For quick reference, here are the
needed commands:
git config --global user.name "Your Name Comes Here"
git config --global user.email you@yourdomain.example.com
Create a new branch starting from master
. Each branch should contain
logically related commits (for example the implementation of a single
feature), not a mixed bag of random changes.
gitk
or in git log --oneline
, so it should be
understandable by itself.)gitk
).git diff --check
.Use the “Pull request” button at GitHub.
When we receive your patch, we will do one of the following:
This page is adapted from the similar page from the erlang/otp wiki, but any errors are entirely ours.
Did you find errors in the documentation? Do you have improvements to suggest? Suggest edits!