TechExhibeo

script update from aosp-caf

Apr 24th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. git clone "$1" -b mm6.0 "$2"
  2. cd "$2"
  3. git remote add ac "$3"
  4. git fetch ac
  5. git cherry-pick "$4"
  6. git-review
Add Comment
Please, Sign In to add comment