# Functions
CloneOrPull performs a git pull if there is a git repository located at repoPath.
# Variables
ErrFailedClone is returned when a git clone is unsuccessful.
ErrFailedPull is returned when a git pull is unsuccessful.
ErrFailedRevParse is returned when a git rev-parse is unsuccessful.