Using git.nitaimaarek.com
Clone
git clone https://git.nitaimaarek.com/OWNER/REPO.git
Public repositories clone without signing in. Private ones ask for your username and password (or a token).
Push an existing project
git remote add origin https://git.nitaimaarek.com/YOU/REPO.git
git branch -M main
git push -u origin main
When git asks, give your username and your password — or a personal access token, which you can revoke on its own. To stop git asking every time:
git config --global credential.helper store
Limits
- A single push can be up to 512 MB.
- Up to 200 repositories per account.
- Files over 1 MB are not shown in the browser, but download fine via Raw.