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

From: Scott Brozell <sbrozell.rci.rutgers.edu>
Date: Fri, 20 Apr 2012 15:36:43 -0400

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 '^[^?]'

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
Received on Fri Apr 20 2012 - 13:00:03 PDT
Custom Search