==> git log -n1 <==
commit 70fb4a493d3449ed4df9f0d68785a8e8643dd42c
Author: Nehal J Wani <nehaljw.kkd1@gmail.com>
Date:   Sat Dec 30 10:31:59 2017 -0800

    Prepend additional {C,LD}FLAGS instead of appending
    
    Because order matters!
==> git describe --tags --dirty <==
1.0.0-7-g70fb4a4-dirty
==> git status <==
HEAD detached from 1.0.0
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)
  (commit or discard the untracked or modified content in submodules)

	modified:   Makefile
	modified:   dmlc-core (modified content, untracked content)
	modified:   nnvm (modified content, untracked content)

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

	install-libmxnet.sh
	install-py-mxnet.sh
	test-py-mxnet.py

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