- Git
- Download Git
- Run the installer.
- Once installation is completed. Initialize Git in your project directory with command
git init
- For Windows, Git with 2.5.3 and above ships with git-flow (the AVH edition of it), so we don't explicitly need to install git-flow. Once git is initialized in the project directory, we can get started with git-flow.
- Initialize Gitflow in your project directory with command
-d is used to choose default setting for git flow.
git flow init -d