git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
#!/usr/bin/env ruby | |
# checkout the readme from the master branch | |
`git checkout gh-pages; git checkout master README.md` | |
path = `pwd`.gsub(/\n/, "") | |
readme_path = File.join(path, "README.md") | |
index_path = File.join(path, "index.md") | |
# write the index readme file |
Verifying my Blockstack ID is secured with the address 13ooNFWyeJrDmeNrVNwPRqJCb9D4NLpp6N https://explorer.blockstack.org/address/13ooNFWyeJrDmeNrVNwPRqJCb9D4NLpp6N |
Verifying that "benkal.id" is my Blockstack ID. https://explorer.blockstack.org/name/benkal.id |
83a46a4e2f3eba673af7d33e837babfc87180f33f1701d3e3e34221bb14394d8dde33f3a013863ceea0582194a864251f578578fbdc167069c010fd686a03998 |
I hereby claim:
To claim this, I am signing this object:
//// | |
// Code Snippets for functions.php | |
//// | |
// Disable plugin auto-update email notification | |
add_filter('auto_plugin_update_send_email', '__return_false'); | |
// Disable theme auto-update email notification | |
add_filter('auto_theme_update_send_email', '__return_false'); |