[Numpy-discussion] Another merge at github
Stéfan van der Walt
stefan@sun.ac...
Sat Oct 16 18:04:53 CDT 2010
On Sat, Oct 16, 2010 at 11:54 PM, Benjamin Root <ben.root@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