Initialize Git directory
In order to use GitFlowPersistenceRepository
, you need to prepare a Git directory on the local file system. You can do so by initializing a directory with git init
command, or clone an existing Git project from a remote Git repository by git clone
command.
-
git init
command https://git-scm.com/docs/git-init -
git clone
command https://git-scm.com/docs/git-clone