No description
Find a file
2023-10-22 01:24:01 +08:00
README.md test 2023-08-20 16:29:29 +08:00
Test.txt Add a new line to Test.txt 2023-10-22 01:24:01 +08:00

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