Compare commits
1 commit
a31d484949
...
517503cec3
Author | SHA1 | Date | |
---|---|---|---|
D. Scott Boggs | 517503cec3 |
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +0,0 @@
|
||||||
# Add globs to files you don't want tracked to this file. Common examples
|
|
||||||
# include "**/node_modules", "*.secret", and ".env*".
|
|
|
@ -13,8 +13,6 @@ the top-right of the Forgejo page for the repository. ![Forgejo fork button](htt
|
||||||
$ git clone https://git.tams.tech/{USER}/{REPO}.git
|
$ git clone https://git.tams.tech/{USER}/{REPO}.git
|
||||||
$ # Via SSH:
|
$ # Via SSH:
|
||||||
$ git clone ssh://git@git.tams.tech:2222/{USER}/{REPO}.git
|
$ 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
|
Note that for private repositories, using HTTPS as the remote means entering
|
||||||
your credentials at each fetch or push action. Remotes can always be
|
your credentials at each fetch or push action. Remotes can always be
|
||||||
|
|
Loading…
Reference in a new issue