-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
I had the same issue as #26.
I tried some tags: v5.19.1, v5.18.17 (and some previous ones), v.5.17.15 (and some previous ones), etc. But I didn't succeed with any of them.
Then I tried to run git pull --no-edit https://github.com/oasislinux/linux on the branch linux-5.18.y instead. I didn't know how to do it, so I forked the repo and changed the default branch on my fork to linux-5.18.y.
Finally this worked:
git clone https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git /src/linux
cd /src/linux
git checkout v5.18.17
git pull --no-edit https://github.com/Eloitor/linux --rebase
Is there a way to do this without creating a fork? If so, it would be nice to include more detailed instructions in the wiki.
Metadata
Metadata
Assignees
Labels
No labels