# Functions
Clone does a `git clone` on the provided :cloneURL into the directory at :localPath.
GetRemote retrieves the remote from the Git repository located at the path :fromGitRepositoryAt which should be a directory containing a .git directory.
Init does a `git init` on the provided :localPath using the clone URL :cloneURL as the initial remote.
# Constants
No description provided by the author
No description provided by the author