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
138
138
Note the ``-am `` options to ``commit ``. The ``m `` flag signals that you are
139
139
going to type a message on the command line. The ``a `` flag stages every
140
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.
141
+ information, see the `git commit <https://git-scm.com/docs/git-commit >`_ manual page.
143
142
#. To push the changes up to your forked repo on GitHub, do a ``git
144
143
push ``.
145
144
146
- .. _why the -a flag? : http://gitready.com/beginner/2009/01/18/the-staging-area.html
147
-
148
145
149
146
Verify your changes
150
147
===================
You can’t perform that action at this time.
0 commit comments