diff options
| author | Owen Jacobson <owen.jacobson@grimoire.ca> | 2013-09-19 16:57:13 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen.jacobson@grimoire.ca> | 2013-09-19 16:57:13 -0400 |
| commit | c40c53873b7da5423db9cc1b2453231a034b9385 (patch) | |
| tree | 6f98557c114d566909775ad972f1463812676e84 /wiki/git/stop-using-git-pull-to-deploy.md | |
| parent | 3537eadcf4293abd313d48a11f2651f931e1d66a (diff) | |
Missing paren (thanks, @SurprisingEdge!)
Diffstat (limited to 'wiki/git/stop-using-git-pull-to-deploy.md')
| -rw-r--r-- | wiki/git/stop-using-git-pull-to-deploy.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki/git/stop-using-git-pull-to-deploy.md b/wiki/git/stop-using-git-pull-to-deploy.md index 5b0f2a4..f6878fb 100644 --- a/wiki/git/stop-using-git-pull-to-deploy.md +++ b/wiki/git/stop-using-git-pull-to-deploy.md @@ -33,7 +33,7 @@ preserved (and merged) into the deployment, for example; once this happens, the actual deployed commit will _never_ match the intended commit. `git pull` will approximate the right thing "by accident": if the current -local branch (generally `master` for people using `git pull` is always clean, +local branch (generally `master`) for people using `git pull` is always clean, and always tracks the desired deployment branch, then `git pull` will update to the intended commit exactly. This is pretty fragile, though; many git commands can cause the local branch to diverge from its upstream branch, and |
