|
|
|
|
|
by Swizec
5164 days ago
|
|
Judging from the title on HN it looks like a cool idea. 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".