emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] How to deal with small projects which are often changing their s


From: Thorsten Jolitz
Subject: Re: [O] How to deal with small projects which are often changing their status/ person
Date: Tue, 22 Jan 2013 22:56:38 +0100
User-agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.2 (gnu/linux)

"Nicolas Richard" <address@hidden> writes:

> I use one trick which might be of interest to some people : when I have
> a dropbox folder with text (in my case, these are .tex and related
> files) files that will be worked on collaboratively, I first follow
> these steps in the directory :
>
> dropbox exclude add .git
> git init
> git add .
> git commit -m "Initial commit"
>
> (it is important that the first step comes first, this avoids the .git
> directory from being synched to everyone sharing the folder)
>
> From that moment on, I can monitor changes using git diff which I find
> much easier (in particular thank to magit) than Dropbox's own
> facilities. Everytime there are new chages, I usually commit them in
> order to have some history saved locally (though less complete than the
> history in dropbox, since I probably won't commit after every single
> change).

Thats a nice way to enable Emacs/Org-mode/Magit users to work with
fellows from the Microsoft universe - thanks for the tip. 

-- 
cheers,
Thorsten




reply via email to

[Prev in Thread] Current Thread [Next in Thread]