Skip to content

Instantly share code, notes, and snippets.

View icemc's full-sized avatar

Ludovic Temgoua Abanda icemc

View GitHub Profile
@icemc
icemc / aossie_submission.md
Last active October 21, 2020 17:03
GSoC-2018 Contribution - by Abanda Ludovic
@icemc
icemc / gist:e98f9e4d93a080bf6ccd9abb9190d2af
Created April 17, 2017 19:11 — 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