CJ-Systems / gitflow-cjs

CJS Edition of the git extensions to provide high-level repository operations for Vincent Driessen's branching model
http://nvie.com/posts/a-successful-git-branching-model/
Other
88 stars 12 forks source link

feat: Add option to sign the initial commit on production branch when creating a new repository with git flow init #62

Closed ChrisJStone closed 1 year ago

ChrisJStone commented 1 year ago

The -g, --sign flag will create a gpg-signed commit when creating the production branch in a new git repository. This will allow for the option to use the Require Signed Commits branch protection rule on GitHub.

closes #59