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