Sign in Sign up

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