Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. First- setup a new repo on github
  2. Second- repo sync the sources you want
  3. Third- make one change to a folder ex ~/project/device/moto/shamu
  4. Fourth- do command "git remote add origin https://github.com/beanstown/android_device_moto_shamu
  5. Fifth- git add -A && git commit
  6. Sixth- git branch lp
  7. Seventh-git checkout lp
  8. Eighth- git push origin lp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement