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

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

Closed ChrisJStone closed 1 year ago

ChrisJStone commented 1 year ago

When setting up branch protection rules for a repository on GitHub a project maintainer can require that all commits made to the protected branch be signed and verified. This will necessitate the need for the initial commit to be signed as well. This is the first step in the implementation of RFC #46