File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ Using Source Control
52
52
~~~~~~~~~~~~~~~~~~~~
53
53
54
54
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 `_).
59
59
60
60
This makes updating your files *easier *, but you still need to worry about
61
61
manually taking other steps (see `Common Post-Deployment Tasks `_).
You can’t perform that action at this time.
0 commit comments