==> git log -n1 <==
commit 1e14f667b692fe933adf2c8136a6f00c549cceac
Merge: fe9da26 5df8b91
Author: Rich Signell <rsignell@usgs.gov>
Date:   Fri Dec 18 17:44:39 2015 -0500

    Merge pull request #23 from rsignell-usgs/display
    
    added display attribute

==> git describe --tags --dirty <==
0.3.0-dirty

==> git status <==
HEAD detached at 0.3.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)

	modified:   yaml2ncml.egg-info/PKG-INFO
	modified:   yaml2ncml.egg-info/SOURCES.txt

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

	bld.bat
	build/
	record.txt

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

