skkwan / phase2-l1Calo-analyzer

0 stars 2 forks source link

Make PRs #20

Closed skkwan closed 6 months ago

skkwan commented 8 months ago
# 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