Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romiyusnandar/kernel_upstream
https://github.com/romiyusnandar/kernel_upstream
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/romiyusnandar/kernel_upstream
- Owner: romiyusnandar
- Created: 2022-04-24T02:37:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-28T10:13:10.000Z (over 2 years ago)
- Last Synced: 2024-06-10T13:19:22.995Z (7 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Upstream Linux Kernel For Android
#### Here
git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
### Example :
My kernel version is v4.9.304, and i want to upstream to 4.9.305, so type :
git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ v4.9.305
### Wait a minute, if done type :git merge FETCH_HEAD
### Fix the conflicts and
git add .
### Last Step
git merge --continue