From f5eea60da72d70f6eca5d23c0f38772add28048c Mon Sep 17 00:00:00 2001 From: r00ster Date: Sat, 20 Feb 2021 13:58:22 +0100 Subject: [PATCH] Make "URL" show up (#1065) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Make "URL" show up * Use `` Co-authored-by: Léo Lanteri Thauvin --- src/git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/git.md b/src/git.md index 69cdba83..d23cd3f0 100644 --- a/src/git.md +++ b/src/git.md @@ -101,7 +101,7 @@ If you renamed your fork, you can change the URL like this: git remote set-url personal ``` -where the is your new fork. +where the `` is your new fork. ### I see 'Untracked Files: src/stdarch'?