Submit a change

  • 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/docs cd docs
  • Create a branch starting with change/
    git switch -c change/any-name-0c0046f1
  • 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-0c0046f1
  • To update, amend or rewrite history and force push.