8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8e0cc commit 0f3104fCopy full SHA for 0f3104f
doc/devel/development_workflow.rst
@@ -138,7 +138,7 @@ The editing workflow
138
Note the ``-am`` options to ``commit``. The ``m`` flag signals that you are
139
going to type a message on the command line. The ``a`` flag stages every
140
file that has been modified, except files listed in ``.gitignore``. For more
141
- information, `git commit <https://git-scm.com/docs/git-commit>`_ manual page.
+ information, see `git commit <https://git-scm.com/docs/git-commit>`_ manual page.
142
#. To push the changes up to your forked repo on GitHub, do a ``git
143
push``.
144
0 commit comments