📁 xksnck / test Public

tadsdwa

Pin Watch 0 Fork 0 Star 0
Code Issues Pull requests 0 Actions Projects Wiki Security Insights Settings
Code Commits Branches Compare
1 Branch 0 Tags

Quick setup - if you've done this kind of thing before

Use the repository URL below to push code from your machine.

...or create a new repository on the command line

echo "# test" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://test.kstaq.de/xksnck/test.git
git push -u origin main

...or push an existing repository from the command line

git remote add origin https://test.kstaq.de/xksnck/test.git
git branch -M main
git push -u origin main