On Sat, Oct 16, 2010 at 11:54 PM, Benjamin Root <ben.r...@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
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to