REPOS[DOT]NOW is a headless ephemeral code storage for your agents. ZERO configuration. NO cold-start. ONE-shot ready. # Grab and go $ git clone https://x:EfxVIhD8GeELPrNDADBJ6@repos.now/whatever/you/want # Push an existing repository $ git remote set-url origin https://x:EfxVIhD8GeELPrNDADBJ6@repos.now/whatever/you/have $ git push -u origin HEAD # Custom TTL works for both clone and push # params: # ttl - absolute duration # ttl-idle - rolling-activity duration # duration syntax (default=1h, max=292y): # 30s - 30 seconds # 10h - 10 hours # 14d - 14 days # 24w - 24 weeks # 12m - 12 months # 99y - 99 years $ git clone https://x:EfxVIhD8GeELPrNDADBJ6@repos.now/whatever/you/want?ttl=1h # Import from a source $ git clone https://x:EfxVIhD8GeELPrNDADBJ6@repos.now/whatever/you/want?from=github.com/octocat/hello-world # Import as a shallow clone $ git clone --depth 1 https://x:EfxVIhD8GeELPrNDADBJ6@repos.now/whatever/you/want?from=github.com/octocat/hello-world # Forget about namespace management. Your credential IS your namespace. # Every credential have isolated storage, e.g., # git clone https://x:catchme@repos.now/foobar # git clone https://x:ifyoucan@repos.now/foobar # are two different repositories! Powered by https://code.storage