==> git log -n1 <==
commit 4bed8d66019afa21083b546013e6d1e7e57294d1 (HEAD -> master, tag: v3.0.0, origin/master, origin/HEAD)
Author: Pavol Juhas <pavol.juhas@gmail.com>
Date:   Tue Mar 12 19:26:02 2019 -0400

    Version 3.0.0
==> git describe --tags --dirty <==
v3.0.0
==> git status <==
On branch master
Your branch is up-to-date with 'origin/master'.
Untracked files:
  (use "git add <file>..." to include in what will be committed)

	build_env_setup.sh
	conda_build.sh
	conda_build_loaded_setup_py.json

nothing added to commit but untracked files present (use "git add" to track)
