From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Thum Subject: Simple git synchronization script Date: Sun, 20 May 2012 19:48:31 +0200 Message-ID: <4FB92E6F.6090404@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWAFA-0001fs-G9 for emacs-orgmode@gnu.org; Sun, 20 May 2012 13:48:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SWAF8-0000UD-OW for emacs-orgmode@gnu.org; Sun, 20 May 2012 13:48:36 -0400 Received: from mailout-de.gmx.net ([213.165.64.22]:46843) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SWAF8-0000Tv-EM for emacs-orgmode@gnu.org; Sun, 20 May 2012 13:48:34 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Dear org-moders, I have googled a lot for synchronization scripts but found nothing that fits my (perceived) requirements. So I cooked something up and today took the time polish it for a broader audience. It got some 6 months of testing, albeit not in its current form. As org-mode is my primary use case for it, I figured I'd share this here. https://github.com/simonthum/git-sync Unlike other scripts, it is lean but does not try to hide git from you. Let me know what you think! Cheers, Simon