From a31d4849490dbed263d82c9ceb9fa79176cebbdb Mon Sep 17 00:00:00 2001 From: "D. Scott Boggs" Date: Fri, 1 Sep 2023 06:21:21 -0400 Subject: [PATCH] Add forgotten `cd` command --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3a87646..13df12d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ the top-right of the Forgejo page for the repository. ![Forgejo fork button](htt $ git clone https://git.tams.tech/{USER}/{REPO}.git $ # Via SSH: $ git clone ssh://git@git.tams.tech:2222/{USER}/{REPO}.git + $ # either way, then do + $ cd {REPO} ``` Note that for private repositories, using HTTPS as the remote means entering your credentials at each fetch or push action. Remotes can always be