Contribute
Last updated
Last updated
git checkout -b featureName
) with an unique name.Commit your Changes (git commit -m "description"
)
Push to the Branch (git push origin featureName
)
Open a pull request.
If this doesn't help you, this video might.
There is 1 article at the moment, more will be added.