Live data from Hacker News

Show HN: Git–fiddle – Edit commit messages, author and timestamps during rebase

github.com

11–13 of 13 posts

Re: Show HN: Git–fiddle – Edit commit messages, author and timestamps during rebase

#11
post #9
post #8

I think gitfiddle would be a great name for a service that let you quickly share unnamed, temporary git repositories, showing them to other people, then taking them down, without the friction of GitHub. Like a git pastebin. In fact, I think gitbin would be better. gitfiddle should be a service where you could do all this, but would also offer ways of messing with the repository (doing interactive rebases, for example…

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.

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

Re: Show HN: Git–fiddle – Edit commit messages, author and timestamps during rebase

#12
post #11
post #9

Earlier quoted context omitted.

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.

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

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

Re: Show HN: Git–fiddle – Edit commit messages, author and timestamps during rebase

#13
post #11
post #9

Earlier quoted context omitted.

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.

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/

Post reply on HN