Skip to content

Instantly share code, notes, and snippets.

@Ansuel
Created September 13, 2022 20:32
Show Gist options
  • Save Ansuel/123e6e0791904b03786b12383b1da225 to your computer and use it in GitHub Desktop.
Save Ansuel/123e6e0791904b03786b12383b1da225 to your computer and use it in GitHub Desktop.
(from master)
git pull
git remote add anomeome https://github.com/anomeome/openwrt
git fetch anomeome
git checkout -b fq-pie-schedOptional anomeome/fq-pie-schedOptional
git rebase origin/master
git push anomeome HEAD --force
git checkout master
git merge --ff-only anomeome/fq-pie-schedOptional
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment