$ repo sync
$ cd frameworks/testing/
$ git remote add github https://github.com/shauvik/espresso.git
$ git diff github master
$ git remote
aosp
github
$ git pull aosp android-support-test
$ git commit -a -m "Added readme."
$ git push github HEAD:master