==> 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 <==
HEAD detached at 31465473c
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

	modified:   numpy/__init__.py
	modified:   numpy/core/tests/test_memmap.py
	modified:   numpy/distutils/fcompiler/gnu.py
	modified:   numpy/fft/__init__.py
	modified:   numpy/testing/tests/test_utils.py

Untracked files:
  (use "git add <file>..." to include in what will be committed)

	_configtest.exe.manifest
	bld.bat
	numpy/distutils/fcompiler/gnu.py.orig
	record.txt

no changes added to commit (use "git add" and/or "git commit -a")
