Skip to content

Instantly share code, notes, and snippets.

@KhasMek
Created October 10, 2012 01:55
Show Gist options
  • Select an option

  • Save KhasMek/3862695 to your computer and use it in GitHub Desktop.

Select an option

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
#!/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