Last active
August 28, 2024 00:54
-
-
Save PIPIPIG233666/cd010cb4bbd2a0664fa818bcb57d8012 to your computer and use it in GitHub Desktop.
Mergeing android common kernel
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
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
git subtree merge --prefix=path/to/directory/ repository_url branch_name