Created
October 10, 2012 01:55
-
-
Save KhasMek/3862695 to your computer and use it in GitHub Desktop.
merging is boring as fuck. at least this makes it a bit less monotonous. WIP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # fuck this shit. | |
| aosp_tag=android-4.1.2_r1 | |
| git remote add aosp https://android.googlesource.com/platform/"${1}"/ | |
| git fetch aosp | |
| git merge $aosp_tag |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment