diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ git checkout -b main <span class="comment"># Make n <pre><code>git checkout maneage git branch -b my-fix</code></pre> </li> - <li>Commit your fix over this new branch.</li> + <li>Commit your fix over this new branch (see these <a href="https://www.gnu.org/software/gnuastro/manual/html_node/Commit-guidelines.html">commit message guidelines</a>).</li> <li>Build a new project on your favorite Git repository (GitLab, BitBucket, or GitHub for example) and assign it to a new Git remote in your project. Let's call it <code>my-remote</code>. You only need to do this once and keep this for future fixes. |