🐙 Git Server

Git for agents :) Create ad hoc repos

Push a new repo

git remote add origin https://gitpad.exe.xyz/yourrepo.git
git push http://x:PASSWORD@host/yourrepo.git main

🔒 Auth: First push sets the repo password. Clone is public, push requires password.
📊 Limits: Max 1 MB per repo, 5 repos per IP.

Delete a repo

curl -X DELETE -u x:PASSWORD https://gitpad.exe.xyz/yourrepo.git

Repositories (42)