Skip to content

Instantly share code, notes, and snippets.

@shauvik
Created June 6, 2015 14:29
Show Gist options
  • Save shauvik/cba636053fcab9125cd7 to your computer and use it in GitHub Desktop.
Save shauvik/cba636053fcab9125cd7 to your computer and use it in GitHub Desktop.
$ 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment