diff options
| author | Paul Ohl <37795294+paul-ohl@users.noreply.github.com> | 2023-08-28 11:58:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-28 11:58:20 +0200 |
| commit | d5be78e7a2084f627aa6fa68cb0376a3a7b5c23a (patch) | |
| tree | 6d52cdb7f6b2623ccd7695ce4d69a657b00093a5 /content/git.md | |
| parent | ac46cc6d92873f2c9117c192ce2836616b95966f (diff) | |
Update git.md
Fixed a small typo.
Diffstat (limited to 'content/git.md')
| -rw-r--r-- | content/git.md | 2 |
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 |
