Settings

Theme

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

github.com

60 points by felixschl 10 years ago · 12 comments

Reader

fiatjaf 10 years ago

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) from the web interface.

yarper 10 years ago

How is this different from interactive rebases?

  • felixschlOP 10 years ago

    The README does not do a good job at conveying this, but you essentially get to see this in your editor buffer:

    ```

    pick <sha> <timestamp> by: <author>

    [<message>]

    ```

    This tool will then apply any changes to <timestamp>, <author> and optionally <message> to the picked commit.

ah- 10 years ago

It would be nice to include installation instructions.

  • michaelmior 10 years ago

    Agreed. _fiddle_seq_editor and the fiddle script (renamed git-fiddle) need to be on your PATH and executable.

amerine 10 years ago

Thanks for sharing. This is neat.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection