==> git log -n1 <==
commit 82d4df97f3e1afd83d89bb3134c71f3ee01537c8
Author: Vinay Vijayan <kpvinay@esri.com>
Date:   Fri May 22 11:01:15 2020 -0700

    Adding logic to clean up
==> git describe --tags --dirty <==
commit 82d4df97f3e1afd83d89bb3134c71f3ee01537c8
Author: Vinay Vijayan <kpvinay@esri.com>
Date:   Fri May 22 11:01:15 2020 -0700

    Adding logic to clean up
==> git status <==
On branch _conda_cache_origin_head
Your branch is up to date with 'origin/_conda_cache_origin_head'.

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

nothing added to commit but untracked files present (use "git add" to track)
==> git log -n1 <==
commit 7501138d028a7b82013d4a11e5f999d732bd3fdb
Author: Vinay Vijayan <kpvinay@esri.com>
Date:   Tue Mar 31 23:53:09 2020 -0700

    ignore tags
==> git describe --tags --dirty <==
commit 7501138d028a7b82013d4a11e5f999d732bd3fdb
Author: Vinay Vijayan <kpvinay@esri.com>
Date:   Tue Mar 31 23:53:09 2020 -0700

    ignore tags
==> git status <==
On branch _conda_cache_origin_head
Your branch is up to date with 'origin/_conda_cache_origin_head'.

nothing to commit, working tree clean
