[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What a modern collaboration toolkit looks like
From: |
Werner LEMBERG |
Subject: |
Re: What a modern collaboration toolkit looks like |
Date: |
Tue, 01 Jan 2008 19:28:02 +0100 (CET) |
> I don't understand what you mean, here, probably because I don't
> know git. cvs can work on arbitrary sets of files, e.g. with "cvs
> update". What do you mean?
You can commit a change offline (git commit). Later on, when you are
online, you say `git pull' to get the current state of the repository,
and automatical merging happens (and the usual warnings if there are
conflicts). Finally, you say `git push' to synchronize your git
repository with the global one. What I like most is that a
checked-out git repository is the whole project: You have access to
all previous changes ever done -- something CVS doesn't offer.
Werner
- Re: What a modern collaboration toolkit looks like, (continued)
- Re: What a modern collaboration toolkit looks like, Gregory Collins, 2008/01/07
- Re: What a modern collaboration toolkit looks like, David Kastrup, 2008/01/07
- Re: What a modern collaboration toolkit looks like, Mike Mattie, 2008/01/07
- Re: What a modern collaboration toolkit looks like, YAMAMOTO Mitsuharu, 2008/01/07
- Re: What a modern collaboration toolkit looks like, Mike Mattie, 2008/01/07
- Re: What a modern collaboration toolkit looks like, Richard Stallman, 2008/01/08
- Re: What a modern collaboration toolkit looks like, David Kastrup, 2008/01/03
Re: What a modern collaboration toolkit looks like, Alan Mackenzie, 2008/01/01
- Re: What a modern collaboration toolkit looks like, Werner LEMBERG, 2008/01/01
- Re: What a modern collaboration toolkit looks like, Alan Mackenzie, 2008/01/01
- Re: What a modern collaboration toolkit looks like,
Werner LEMBERG <=
- Re: What a modern collaboration toolkit looks like, Richard Stallman, 2008/01/02
- Re: What a modern collaboration toolkit looks like, Werner LEMBERG, 2008/01/02
- Re: What a modern collaboration toolkit looks like, Eric S. Raymond, 2008/01/02
- Re: What a modern collaboration toolkit looks like, Richard Stallman, 2008/01/04
- Re: What a modern collaboration toolkit looks like, Thien-Thi Nguyen, 2008/01/02
- Re: What a modern collaboration toolkit looks like, Eric S. Raymond, 2008/01/02
- Re: What a modern collaboration toolkit looks like, Stephen J. Turnbull, 2008/01/02
- Re: What a modern collaboration toolkit looks like, Eric S. Raymond, 2008/01/02
Re: What a modern collaboration toolkit looks like, Richard Stallman, 2008/01/04
Re: What a modern collaboration toolkit looks like, Miles Bader, 2008/01/04