** To close press Ctrl + X **
git flow.help git fh
git flow.init git fi
git flow.feature.start feature_branch_name
git ffs feature_branch_name
git flow.feature.publish git ffp
git flow.hotfix.start hotfix_branch_name
git fhs hotfix_branch_name
git flow.hotfix.publish git fhp
git flow.release.start release_branch_name
git frs release_branch_name
git flow.release.publish git frp
git flow.release.all release_branch_name
git fra release_branch_name
git general.clean git gcl
git general.ignore.force git gif
** To close press Ctrl + X **