Skip to content

Commit d84536f

Browse files
authored
Updated git introduction page (#601)
* Updated git introduction * added newline for linter
1 parent c52324f commit d84536f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/docs/software/basic-programming/git-getting-started.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ In the previous example, we created a file called README.md. Open that file in y
122122
1 file changed, 2 insertions(+), 0 deletions(-)
123123
> git push
124124
125+
.. note:: Writing good commit messages is a key part of a maintainable project. A guide on writing commit messages can be found `here <https://chris.beams.io/posts/git-commit/>`_.
126+
125127
Git Pull
126128
^^^^^^^^
127129

@@ -278,3 +280,5 @@ Additional Information
278280
----------------------
279281

280282
A much more in-depth tutorial can be found at the official `git <https://git-scm.com/docs/gittutorial>`__ website.
283+
284+
A guide for correcting common mistakes can be found at the git `flight rules <https://github.com/k88hudson/git-flight-rules/blob/master/README.md>`_ repository.

0 commit comments

Comments
 (0)