Skip to content

Instantly share code, notes, and snippets.

@ryjones
Created November 12, 2019 00:31
Show Gist options
  • Save ryjones/c7616d42bc6ea65d9fb2a831eb26dd1f to your computer and use it in GitHub Desktop.
Save ryjones/c7616d42bc6ea65d9fb2a831eb26dd1f to your computer and use it in GitHub Desktop.
Enabling DCO check
source GITHUB_TOKEN
git clone git@github.com:hyperledger/fabric-rfcs.git
cd fabric-rfcs/
hub fork ryjones
git commit -a -m "DCO" --allow-empty
git push ryjones master
hub pull-request
hub delete ryjones/fabric-rfcs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment