==> git log -n1 <==
commit 31465473c491829d636c9104c390062cba005681
Author: Charles Harris <charlesr.harris@gmail.com>
Date:   Fri Sep 29 14:10:10 2017 -0600

    REL: NumPy 1.13.3 release.
==> git describe --tags --dirty <==
v1.13.3-dirty
==> git status <==
# Not currently on any branch.
# Changed but not updated:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working directory)
#
#	modified:   numpy/distutils/fcompiler/gnu.py
#	modified:   numpy/fft/__init__.py
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#	conda_build.sh
#	numpy/distutils/fcompiler/gnu.py.orig
#	numpy/fft/tests/test_fft.py
#	record.txt
no changes added to commit (use "git add" and/or "git commit -a")
