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

Commit f585793

Browse files
authored
Merge pull request #44 from mthiebaut/patch-1
Adding a space on a git command
2 parents d52ccee + ebc3304 commit f585793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started.rst

Lines changed: 1 addition & 1 deletion
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)