Show HN: git-tweet Push over Twitter(maxpow4h.com) |
Show HN: git-tweet Push over Twitter(maxpow4h.com) |
But not being familiar with git-send-email the project description on your website tells me nothing.
What exactly happens when I use this? All I know is it's got something to do with twitter and there are PNG images involved ...
http://news.gmane.org/gmane.comp.version-control.git
edit: with "git send-email master..origin" all your commits will be send as seperated emails to someone you choose. Afterwards, the receiver can easily get the commits from his mbox via "git am".
I've added more detail to the README on what happens (refresh, it is probably cached. GitHub pages does that). My implementation of the idea just a couple of scripts and is far from ideal (has dependencies, need twitter api key), but I hope someone likes the concept and builds on the idea.