- 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-1897e22f
- Commit your changes and push the branch
git commit -m "My Patch Title" git push origin patch/any-name-1897e22f
- To update the patch, push additional commits or rewrite history with a force push. Each push creates a new version of the patch.