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
| from github import Github # pip install github | |
| # Github API Token | |
| ACCESS_TOKEN= '' | |
| # Github Users stars you want to hoard | |
| githubUser = 'stankye' | |
| # File name you want to save as | |
| fileName = 'myStars.txt' |
| #!/bin/bash | |
| wget -mbc -np "$1" \ | |
| --convert-links \ | |
| --adjust-extension \ | |
| --page-requisites --no-check-certificate --restrict-file-names=nocontrol \ | |
| -e robots=off \ | |
| --waitretry 10 \ | |
| --timeout 120 \ | |
| --tries 10 \ | |
| --wait 1 \ |
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
cd ~/cloudbox
git fetch
git checkout develop
git reset --hard origin/develop