Show HN: Git–fiddle – Edit commit messages, author and timestamps during rebase
1–10 of 13 posts
Re: Show HN: Git–fiddle – Edit commit messages, author and timestamps during rebase
#2Re: Show HN: Git–fiddle – Edit commit messages, author and timestamps during rebase
#3Re: Show HN: Git–fiddle – Edit commit messages, author and timestamps during rebase
#4Re: Show HN: Git–fiddle – Edit commit messages, author and timestamps during rebase
#5How is this different from interactive rebases?
```
pick by:
[]
```
This tool will then apply any changes to , and optionally to the picked commit.
Re: Show HN: Git–fiddle – Edit commit messages, author and timestamps during rebase
#6It would be nice to include installation instructions.
Re: Show HN: Git–fiddle – Edit commit messages, author and timestamps during rebase
#7How is this different from interactive rebases?
The README does not do a good job at conveying this, but you essentially get to see this in your editor buffer: ``` pick by: [ ] ``` This tool will then apply any changes to , and optionally to the picked commit.
Re: Show HN: Git–fiddle – Edit commit messages, author and timestamps during rebase
#8Like 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.
Re: Show HN: Git–fiddle – Edit commit messages, author and timestamps during rebase
#9I 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…
Re: Show HN: Git–fiddle – Edit commit messages, author and timestamps during rebase
#10I 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…