Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit ebc3304

Browse files
authored
Adding a space on a git command
Adding a space between the option and the value for the git command.
1 parent d52ccee commit ebc3304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Commit the change:
202202

203203
.. code-block:: terminal
204204
205-
$ git commit -a -m"Update text"
205+
$ git commit -a -m "Update text"
206206
$ # in a real-life scenario, you would push the change to the upstream Git repository
207207
208208
And deploy the change to the ``feat-a`` environment:

0 commit comments

Comments
 (0)