From c9cd878fff8321e22e2f913e7e26e3413776c4a0 Mon Sep 17 00:00:00 2001 From: r00ster Date: Sat, 20 Feb 2021 13:18:59 +0100 Subject: [PATCH 1/2] Make "URL" show up --- src/git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/git.md b/src/git.md index 69cdba839..be9c4f798 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 URL is your new fork. ### I see 'Untracked Files: src/stdarch'? From b0d07cf9676521a71284f41f01ac1a8c8baffb48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lanteri=20Thauvin?= Date: Sat, 20 Feb 2021 13:55:30 +0100 Subject: [PATCH 2/2] Use `` --- src/git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/git.md b/src/git.md index be9c4f798..d23cd3f0d 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 URL is your new fork. +where the `` is your new fork. ### I see 'Untracked Files: src/stdarch'?