File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff 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
149146Verify your changes
150147===================
You can’t perform that action at this time.
0 commit comments