Setup - sisbell/email GitHub Wiki
Import email repo to github
- git clone https://android.googlesource.com/platform/packages/apps/Email
- cd Email
- git remote add gh https://github.com/sisbell/email.git
- git push -u gh master
Download AOSP
- repo init -u https://android.googlesource.com/platform/manifest
- repo sync
- cd packages/apps/Email
- git remote add gh https://github.com/sisbell/email.git
Submit patch
- cd packages/apps/Email
- repo start email-patch .
- git add -A
- git commit -s -m "my patch"
- repo upload