Skip to content

Instantly share code, notes, and snippets.

View Karan-Frost's full-sized avatar
❄️
Freezing...

Frost Karan-Frost

❄️
Freezing...
View GitHub Profile
@mvaisakh
mvaisakh / kernel-rebase.sh
Last active January 21, 2026 16:22
A Kernel split changes committing script (used for splitting massive OEM kernel commits)
#!/usr/bin/bash
# author: Vaisakh Murali <mvaisakh@statixos.com>
#
# Before you start, make sure you squash all split OEM commits into
# one single commit. This will break down the single huge commit
# into multiple smaller commits, helping to cleanup OEM codes easier.
#
# Make sure this script is renamed to rebase.sh as the script