Hacker News new | ask | show | jobs
by ics 3573 days ago
Github Gists are close enough to what you describe sans the interactive rebase. You can create multiple files at once, all edits made in the web interface are committed to the repo, and all of it can be cloned and used with "real" git at any point.
1 comments

Really? Are GitHub gists actual git repositories? Why no one says a line about it? What is the repo URL?
> Are GitHub gists actual git repositories?

Yes

https://help.github.com/articles/about-gists/

The "Embed: " button to the left of the embed URL is actually a dropdown, where you can switch to the clone URLs.