git clone git@github.com: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
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| #!/bin/sh | |
| # Mount an NFS share on Android | |
| # Requirements: | |
| # - Busybox | |
| # - A kernel supporting nfs (either built-in or as a module) | |
| # On my Nexus 7 2012 I use the following kernel: | |
| # http://forum.xda-developers.com/showthread.php?t=2107224 | |
| # Remember: if you have problems of system space, simply delete some of the default stuff. |