Skip to content

Instantly share code, notes, and snippets.

@Nihhaar
Last active August 31, 2022 19:30
Show Gist options
  • Save Nihhaar/d11eb446f9e2712836a4f59f31708a7c to your computer and use it in GitHub Desktop.
Save Nihhaar/d11eb446f9e2712836a4f59f31708a7c to your computer and use it in GitHub Desktop.
f2fs merge script
git remote add f2fs https://kernel.googlesource.com/pub/scm/linux/kernel/git/jaegeuk/f2fs-stable
git fetch f2fs
git merge —allow-unrelated-histories f2fs/<branch>
OR
git cherry-pick $(git log --format=oneline --no-merges ..FETCH_HEAD fs/f2fs | tac | cut -d " " -f 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment