summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2023-08-28 10:07:24 +0000
committerGitHub <noreply@github.com>2023-08-28 10:07:24 +0000
commitbd14e968afa575dd583066e9f58db934652eb3df (patch)
tree6d52cdb7f6b2623ccd7695ce4d69a657b00093a5 /content
parentac46cc6d92873f2c9117c192ce2836616b95966f (diff)
parentd5be78e7a2084f627aa6fa68cb0376a3a7b5c23a (diff)
Merge pull request #286 from paul-ohl/patch-1
Update git.md
Diffstat (limited to 'content')
-rw-r--r--content/git.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/git.md b/content/git.md
index f11d79d..7cb0121 100644
--- a/content/git.md
+++ b/content/git.md
@@ -100,7 +100,7 @@ chown git:git -R /var/git/.ssh # Make the created directory and contents to be o
### Syncing a new repository with your server
-How that we've set that up, we can push a repository we have on our computer to
+Now that we've set that up, we can push a repository we have on our computer to
that newly created bare repo. First, on our local computer, we run a command like this:
```sh