No description
| README.md | ||
| Test.txt | ||
Test
This is a test repo.
testtest test
Setup
For new repo with ssh setup
git config user.name [username]
git config user.email [email]
git remote add ssh://git@gitea.skybirds.sbs:2221/[username]/[reponame]
git push --set-upstream origin main