==> git log -n1 <==
commit 7f73f1d591afba823daa4a99a939217fb54d7688
Author: Soumith Chintala <soumith@gmail.com>
Date:   Tue Jan 14 09:04:40 2020 -0800

    add python 3.8 workaround
==> git describe --tags --dirty <==
v1.4.0-dirty
==> git status <==
HEAD detached at 7f73f1d591
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	modified:   CMakeLists.txt
	modified:   torch/csrc/autograd/profiler.h

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

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