==> git log -n1 <==
commit 4eb9cf875969ef7f099b292e0c5a8bb852f6fc7f
Author: Stuart Archibald <stuart.archibald@googlemail.com>
Date:   Thu Jan 2 18:13:12 2020 +0000

    Update release date
    
    As title
==> git describe --tags --dirty <==
0.47.0-dirty
==> git status <==
HEAD detached at 0.47.0
Changes not staged for commit:
  (use "git add/rm <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	deleted:    numba/tests/annotation_usecases.py
	deleted:    numba/tests/jitclass_usecases.py
	deleted:    numba/tests/overload_usecases.py

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

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