Re: [AMBER-Developers] git repo at git.ambermd.org is back up for writing

From: Jason Swails <jason.swails.gmail.com>
Date: Fri, 20 Apr 2012 17:07:51 -0400

On Fri, Apr 20, 2012 at 3:36 PM, Scott Brozell <sbrozell.rci.rutgers.edu>wrote:

> Hi,
>
> Yes this is one reason that i do not like git - i want to know what
> other people have done Before i pull their commits.
> git diff --stat origin/master !* |& less
> does not do it; what i want is the analog of
> cvs -nq update !* |& less -p '^[^?]'
>

But git is great this way! Just do a "git fetch". This synchronizes
*your* repository's knowledge of the remotes with what the remotes actually
are at that time, leaving your local branches completely untouched.

:) (Linus has far fewer nice things to say about CVS -- it's documented on
Youtube :))

Jason


> Andy can you provide a real example ?
> (beyond fit -> git .?:)
>
> thanks,
> scott
>
> On Fri, Apr 20, 2012 at 02:53:04PM -0400, Andreas Goetz wrote:
> > You might want to do a 'fit fetch' and then the diff. This should show
> you te changes wrt the remote repo but without merging in the changes like
> a fit pull does.
> >
> > On Apr 20, 2012, at 14:34, David A Case <case.biomaps.rutgers.edu>
> wrote:
> > > Note: as Dan and Dave C. reported earlier on the list: typing "git
> diff --stat
> > > origin/master" is not sufficient to see if your master and
> origin/master are
> > > the same, since this command will not show you things that have been
> pushed
> > > to origin/master by someone else since the last time you did a "git
> pull".
>
> _______________________________________________
> AMBER-Developers mailing list
> AMBER-Developers.ambermd.org
> http://lists.ambermd.org/mailman/listinfo/amber-developers
>



-- 
Jason M. Swails
Quantum Theory Project,
University of Florida
Ph.D. Candidate
352-392-4032
_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Fri Apr 20 2012 - 14:30:04 PDT
Custom Search