==> /usr/bin/git log -n1 <==
commit c311c360662b6fd316efc37c5e36a727bdf8335b
Author: Ander Biguri <ander.biguri@gmail.com>
Date:   Thu Jan 28 16:24:05 2021 +0000

    Fix #241
==> /usr/bin/git describe --tags --dirty <==
v2.1-dirty
==> /usr/bin/git status <==
HEAD detached at v2.1
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:   Python/setup.py

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

	Python/pytigre.egg-info/
	build_env_setup.sh
	conda_build.sh
	metadata_conda_debug.yaml

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