Clone
Open in SpatioThis repository is empty.
No commits have landed on the default branch yet. Push your first commit and refresh this page.
Push from an existing project
terminal
# from a fresh local directory
git init
git remote add origin https://api.spatio.app
/git/general/test-public-repo.git
echo "# test-public-repo" > README.md
git add . && git commit -m "init"
git push -u origin mainOr clone an empty starting point
terminal
git clone https://api.spatio.app
/git/general/test-public-repo.gitSpatio
Build, host, and share your own repos with your team.
Spatio gives every workspace a native git host alongside chat, mail, tasks, and apps. Clone with a PAT or open the repo in the desktop app.