Sha256: 850aeacaedb12d48c67806390869c4a1e24993d8bc28e69fa247881a9b3acd01
Contents?: true
Size: 266 Bytes
Versions: 64
Compression:
Stored size: 266 Bytes
Contents
#!/usr/bin/env bash git flow init -d -f git config gitflow.branch.production "release" git config gitflow.prefix.feature "feature-" git config gitflow.prefix.release "release-" git config gitflow.prefix.hotfix "hotfix-" git config gitflow.prefix.support "support-"
Version data entries
64 entries across 64 versions & 1 rubygems