# Did all my changes in a branch called fix-digitized-collections
# Make a new branch to open a PR to cms-l1t-offline, call it digitized-collection-pr
git checkout fix-digitized-collections
git checkout -b digitized-collection-pr
git cms-checkout-topic -u cms-l1t-offline:phase2-l1t-integration-14_0_0_pre3
git checkout digitized-collection-pr
git rebase phase2-l1t-integration-14_0_0_pre3
# And then open a pull request on GitHub
[x] (More important) Open to CMSSW master branch
# in a fresh CMSSW area
git cms-init
# Do everything you need to set up the digitized collection code
git cms-addpkg DataFormats
git cms-addpkg L1Trigger
# Make a second new branch to open a PR to CMSSW main, call it digitized-collection-main-pr
git checkout -b digitized-collection-main-pr
# In digitized-collection-pr I squashed my six commits into one commit with the hash 352230b54d6f9240291d398.
git-cherry-pick 352230b54d6f9240291d398
git push my-cmssw digitized-collection-main-pr
# And then open a pull request on GitHub
[x] Run CMSSW checks
eval scramv1 runtime -sh && scram b -j 8
scram b -k -j 8 code-checks
scram b -k -j 8 check-headers
scram b -k -j 8 code-format-all
[x] Open to cms-l1t-offline
[x] (More important) Open to CMSSW master branch