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 f25e28e commit 2f51249Copy full SHA for 2f51249
doc/devel/development_workflow.rst
@@ -138,13 +138,10 @@ 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, see `why the -a flag?`_ and the
142
- `git commit <https://git-scm.com/docs/git-commit>`_ manual page.
+ information, see the `git commit <https://git-scm.com/docs/git-commit>`_ manual page.
143
#. To push the changes up to your forked repo on GitHub, do a ``git
144
push``.
145
146
-.. _why the -a flag?: http://gitready.com/beginner/2009/01/18/the-staging-area.html
147
-
148
149
Verify your changes
150
===================
0 commit comments