Advertisement
Guest User

Untitled

a guest
Aug 26th, 2018
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. git clone [email protected]:mer-hybris/$1.git
  4. cd $1
  5. git checkout hybris-15.1
  6. git remote add upstream [email protected]:lineageos/$1.git
  7. git remote add mine [email protected]:ghosalmartin/$1.git
  8. git fetch upstream
  9. git rebase upstream/lineage-15.1
  10. git push mine +hybris-15.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement