Tools, build pipelines etc for Azure DEVOPS. Project follows gitflow for development&releases.
This section contains links to documentation about available scripts
Script, that will initialize your repository with develop branch and pull requests policies over master, develop, feature etc. branches.
See contributing.md.
You need to have signed commits to commit to this repository. For Windows & Visual Studio follow these steps:
- generate new gpg private key via GNU gpg, e.g.
gpg --full-generate-key
, details here: generate new gpg key. - register public key with Github, e.g.
git config --global user.signingkey 1234567890ABCDEF
, see telling git about your gpg key. - adjust git .config to sign the requests, e.g.
git config --global commit.gpgsign true
, see Securely sign git commits in visual studio - when you commit you will be asked for a passphrase for your private key, be sure you store it in a secure way, e.g. via Keepass.