- Make sure SSH key is added and enabled in your account.
- In public repositories, patch branches can be pushed without commit access.
- Clone this repository using terminal or any Git client
git clone git@gitncoffee.com:gitncoffee/docs cd docs
- Create a branch starting with patch/
git switch -c patch/any-name-4fd79dec
- Make one or more commits and push the branch. Each commit is a separate patch.
git commit -m "My Patch Title" git push origin patch/any-name-4fd79dec
- To update, amend or rewrite history and force push.