Created
November 12, 2019 00:31
-
-
Save ryjones/c7616d42bc6ea65d9fb2a831eb26dd1f to your computer and use it in GitHub Desktop.
Enabling DCO check
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source GITHUB_TOKEN | |
git clone [email protected]: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