- Make sure SSH key is added and enabled in your account.
- In public repositories, changes for review 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 change/
git switch -c change/any-name-6ed19315
- Make one or more commits and push the branch. Each commit is a separate change.
git commit -m "My Change" git push origin change/any-name-6ed19315
- To update, amend or rewrite history and force push.