Skip to content

Instantly share code, notes, and snippets.

@PIPIPIG233666
Last active August 28, 2024 00:54
Show Gist options
  • Save PIPIPIG233666/cd010cb4bbd2a0664fa818bcb57d8012 to your computer and use it in GitHub Desktop.
Save PIPIPIG233666/cd010cb4bbd2a0664fa818bcb57d8012 to your computer and use it in GitHub Desktop.
Mergeing android common kernel
git fetch google/common android-4.14-stable
git fmt-merge-msg -F .git/FETCH_HEAD --log=9999 > ../log.txt
git merge FETCH_HEAD -F ~/merge.log
@PIPIPIG233666
Copy link
Author

git subtree merge --prefix=path/to/directory/ repository_url branch_name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment