Skip to content

Instantly share code, notes, and snippets.

View JaswantTeja's full-sized avatar
Busy with learning

Jaswanth Mamidisetti JaswantTeja

Busy with learning
  • Visakhapatnam, India.
  • 14:58 (UTC +05:30)
View GitHub Profile
@JaswantTeja
JaswantTeja / rebase.sh
Last active March 24, 2024 15:40 — forked from mvaisakh/kernel-rebase.sh
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.
#