I spend a lot of time writing arcpy Python scripts and executing them via the "Python Command Prompt" that gets installed with ArcGIS Pro, but I also spend a lot of time using the git bash shell for version control and other useful linux tools (e.g. sort, uniq, etc). "Python Command Prompt" is just a windows cmd window that runs a bat file to set up the conda pro environment and I was wondering how I might get this environment configured so I can execute my arcpy scripts from with the git bash window. Thanks!