TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Share your Git Repos Quickly with Friends behind Firewalls

15 pointsby bencevansover 12 years ago

3 comments

mahesh_rmover 12 years ago
Simple and useful. Don't forget to make the following manifest to everybody within your heroku wiki section:<p>a] before running $git push heroku master<p>Add a Procfile in root, whose content is simply:<p>web: node web.js<p>b] after running $git push heroku master<p>$heroku ps:scale web=1<p>That makes it!
评论 #4620732 未加载
bagosmover 12 years ago
Maybe you should state that this requires node.js . I was a bit buffled at first for a few moments, how an html file combined with some js could store data, and thought the program was incomplete.
评论 #4620733 未加载
cpt1138over 12 years ago
Why not git bundle?
评论 #4621124 未加载