Add forgotten cd
command
This commit is contained in:
parent
d8bc008333
commit
a31d484949
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue