Hacker News new | ask | show | jobs
by chrisseaton 2242 days ago
Git supports lots of protocols for sharing your changes - even email!
1 comments

Diffs can be shared over mail, right. Can I do a `git pull` via mail?
Yes:

https://git-send-email.io

You can also do a "request pull" over email, which if it sounds confusing it's because GitHub wanted it to:

https://www.git-scm.com/docs/git-request-pull

You can't over mail. But each of you could run your own Git server if you wanted to be able to pull.