Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Feb 28, 2023
1 parent c106c36 commit 75fb1b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ cd cmsdist
# checkout branch I need from upstream (OPTIONAL if it does no exists)
git checkout master
git fetch upstream; git rebase upstream/master
git checkout -b IB/CMSSW_12_4_X/master upstream/IB/CMSSW_12_4_X/master
git checkout -b IB/CMSSW_12_5_X/master upstream/IB/CMSSW_12_5_X/master
# push this branch into my cmsdist (OPTIONAL depends on previous step)
git push -u origin IB/CMSSW_12_4_X/master
git push -u origin IB/CMSSW_12_5_X/master
# END OPTIONAL

# if I have this branch I need to sync first
git checkout IB/CMSSW_12_4_X/master
git fetch upstream; git rebase upstream/IB/CMSSW_12_4_X/master
git checkout IB/CMSSW_12_5_X/master
git fetch upstream; git rebase upstream/IB/CMSSW_12_5_X/master
git push
git checkout -b dasgoclient-v02.04.49
git branch -l
Expand Down

0 comments on commit 75fb1b6

Please sign in to comment.