Name | HEX | RGB |
---|---|---|
Main colors | ||
#0065bd |
0,101,189 |
|
#000000 |
0,0,0 |
|
#ffffff |
255,255,255 |
|
Secondaries | ||
#005293 |
0,82,147 |
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
-
Simplest intro to git by github and codeschool - Try Git
-
[Intro to github]