From d5be78e7a2084f627aa6fa68cb0376a3a7b5c23a Mon Sep 17 00:00:00 2001 From: Paul Ohl <37795294+paul-ohl@users.noreply.github.com> Date: Mon, 28 Aug 2023 11:58:20 +0200 Subject: Update git.md Fixed a small typo. --- content/git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') 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 -- cgit v1.2.3