From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: Org-mode idea? Date: Fri, 07 Nov 2008 16:48:15 +0100 Message-ID: <06k5bfy1ts.fsf@development.richardriley.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KyTZd-0002fe-MO for emacs-orgmode@gnu.org; Fri, 07 Nov 2008 10:48:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KyTZc-0002fI-9o for emacs-orgmode@gnu.org; Fri, 07 Nov 2008 10:48:37 -0500 Received: from [199.232.76.173] (port=56436 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KyTZc-0002fF-5A for emacs-orgmode@gnu.org; Fri, 07 Nov 2008 10:48:36 -0500 Received: from ey-out-1920.google.com ([74.125.78.145]:33987) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KyTZb-0002ez-JJ for emacs-orgmode@gnu.org; Fri, 07 Nov 2008 10:48:35 -0500 Received: by ey-out-1920.google.com with SMTP id 4so545420eyg.24 for ; Fri, 07 Nov 2008 07:48:33 -0800 (PST) In-Reply-To: (Charles Sebold's message of "Fri, 07 Nov 2008 08:22:32 -0600") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Charles Sebold writes: > On 6 Nov 2008, Dennis Groves wrote: > >> I recently suffered a loss of data on my main computer. And as such I >> really want to get my data into a git repository and have that backed >> up regularly. >> >> (but I have been in management now for so long my developer tech >> skills have really suffered - and this stuff isn't as obvious as it >> once was...) > > I did this. There are a lot of places you could start on something like > this; I think John Wiegley's PDF on how to use Git was mentioned > yesterday, and that was pretty good. For someone with relative basic requirements I would recommend an emacs centric solution: http://zagadka.vm.bytemark.co.uk/magit/magit.html or if using Emacs23 use the builtin Version Control which includes GIT and is well documented in the standard documentation. Only one command to remember (give or take) : C-x v v If not using 23 then I'm pretty sure it's once eLisp file and a require away regardless. This gives a nice overview: http://argandgahandapandpa.wordpress.com/2008/07/30/emacs-version-control/