Skip to content

Commit 324641b

Browse files
javiereguiluzxabbuh
authored andcommitted
Minor reword
1 parent 01291bc commit 324641b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deployment.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ Using Source Control
5252
~~~~~~~~~~~~~~~~~~~~
5353

5454
If you're using source control (e.g. Git or SVN), you can simplify by having
55-
your live installation also be a copy of your repository. When you're ready
56-
to upgrade it is as simple as fetching the latest updates from your source
57-
control system. A common approach for this in Git is, to tag your release and
58-
check out the Git tag on deployment (see `Git Tagging`_).
55+
your live installation also be a copy of your repository. When you're ready to
56+
upgrade it is as simple as fetching the latest updates from your source control
57+
system. When using Git, a common approach is to create a tag for each release
58+
and check out the appropriate tag on deployment (see `Git Tagging`_).
5959

6060
This makes updating your files *easier*, but you still need to worry about
6161
manually taking other steps (see `Common Post-Deployment Tasks`_).

0 commit comments

Comments
 (0)