Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2f51249

Browse filesBrowse files
authored
Fix dead links in dev workflow docs (#29463)
- Removed unnecessary sentence in the development workflow. - Fixed broken link in `development_workflow.rst`.
1 parent f25e28e commit 2f51249
Copy full SHA for 2f51249

File tree

1 file changed

+1
-4
lines changed
Filter options

1 file changed

+1
-4
lines changed

‎doc/devel/development_workflow.rst

Copy file name to clipboardExpand all lines: doc/devel/development_workflow.rst
+1-4Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,10 @@ The editing workflow
138138
Note the ``-am`` options to ``commit``. The ``m`` flag signals that you are
139139
going to type a message on the command line. The ``a`` flag stages every
140140
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.
141+
information, see the `git commit <https://git-scm.com/docs/git-commit>`_ manual page.
143142
#. To push the changes up to your forked repo on GitHub, do a ``git
144143
push``.
145144

146-
.. _why the -a flag?: http://gitready.com/beginner/2009/01/18/the-staging-area.html
147-
148145

149146
Verify your changes
150147
===================

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.