Skip to content

Instantly share code, notes, and snippets.

View ricefryegg's full-sized avatar

ricefryegg ricefryegg

View GitHub Profile
@ricefryegg
ricefryegg / gist:88cdd5c953a6f1cee6bb1e180a32b7ba
Created December 15, 2017 15:40 — forked from CristinaSolana/gist:1885435
Keeping a fork up to date

1. Clone your fork:

git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git

2. Add remote from original repository in your forked repository:

cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
@ricefryegg
ricefryegg / gist:e1ec49f6bb81a7fa1cdb3b46161a9632
Created December 15, 2017 15:40 — forked from CristinaSolana/gist:1885435
Keeping a fork up to date

1. Clone your fork:

git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git

2. Add remote from original repository in your forked repository:

cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
pip install tensorflow