stacks/browser
publicClone
Push over the same URL. A password will not work: create a token under access tokens and use it in place of one.
This repository is empty
Push a commit and it appears here. Both routes start from a checkout on your machine.
Somewhere new
git init git add . git commit -m "first" git remote add origin https://reviewos.org/git/stacks/browser.git git push -u origin main
A repository you already have
git remote add origin https://reviewos.org/git/stacks/browser.git git push -u origin main
Pushing needs a credential: a token from Settings, then Tokens, as the password.