-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
something like
git fetch upstream
git checkout upstream/rel-v7r1 -b cherry-pick-2-511b62fe5-rel-v7r1
git cherry-pick -m 1 511b62fe5
git status
# Fix the conflicts
git cherry-pick --continue
# If you have the GitHub CLI installed the PR can be made with
gh pr create \
--label 'sweep:from rel-v7r2' \
--base rel-v7r1 \
--repo DIRACGrid-test/DIRAC \
--title 'Sweeping #47 from rel-v7r2 to rel-v7r1. Optimise ClassAd.asJDL' \
--body 'Optimise ClassAd.asJDL (#47)
Adding original author @chrisburr as watcher.'
andresailer
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request