Skip to content

Instantly share code, notes, and snippets.

View IsraMc's full-sized avatar
🏠
Working from home

IsraelMc IsraMc

🏠
Working from home
View GitHub Profile
Verifying my Blockstack ID is secured with the address 1FwFWek6fE8PwPSkrwibL45CBvjnWFKRpL https://explorer.blockstack.org/address/1FwFWek6fE8PwPSkrwibL45CBvjnWFKRpL
@IsraMc
IsraMc / gist:de937f27807bae5f6e94cac792a73727
Created July 26, 2017 18:47 — 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