Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- git clone [email protected]:mer-hybris/$1.git
- cd $1
- git checkout hybris-15.1
- git remote add upstream [email protected]:lineageos/$1.git
- git remote add mine [email protected]:ghosalmartin/$1.git
- git fetch upstream
- git rebase upstream/lineage-15.1
- git push mine +hybris-15.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement