This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
5263dfa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Plis. Make git push -f github.com/kerneltree HEAD:master
And no fork "forked from https://github.com/xiaomi-sm6150/android_kernel_xiaomi_sm6150"
To make it easier to search for commits and cherry-pick without error.
For example. I want to cherry-pick this commit of yours: b865947
The step I have to do to be possible:
And I have to download the tree and push it to another tree git push -f github.com/kt HEAD:master
So that's the only way to be able to cherry-pick without fail, because of a damn FORK
5263dfa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another nice thing would be if you left the merge commits from google and codeaurora-caf behind. And your commits, mostly from the device, on the front for easy reading and not having to skip 100 pages or more.
That's if you want something more organized. Because it makes it easier to read and find a bad commit to remove.
5263dfa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Learning to use this command will make cherry picking easier and faster.
curl <github link>.patch | git am
Also, before complaining, please see what other branches are in this repository.🙃
5263dfa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay. Thanks. I go try.
5263dfa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just tested here, it doesn't work. It acts as if it had gone, but when you look for the commit, it doesn't exist, as if it were invisible. In short, in theory it's beautiful, but in practice these "git am" commands don't work.