[Numpy-discussion] Another merge at github

Stéfan van der Walt stefan at sun.ac.za
Sat Oct 16 19:04:53 EDT 2010


On Sat, Oct 16, 2010 at 11:54 PM, Benjamin Root <ben.root at ou.edu> wrote:
> I think the iPython development mailing list recently had a long discussion
> about proper git usage.  Maybe there is something we can learn from their
> experience?

Here's the link again:

http://mail.scipy.org/pipermail/ipython-dev/2010-October/006746.html

Git makes it easy to see which changes are going to be pushed; it's a
good idea to do

git log -p

or

git log --stat

to see what's being sent upstream.

Cheers
Stéfan



More information about the NumPy-Discussion mailing list