Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
willhickey committed Mar 15, 2024
1 parent 4675bb4 commit e384b40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cherry-pick-from-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ echo "-----------------------"
echo "git log --oneline $BEFORE_SHA~..$LAST_SHA"
git log --oneline "$BEFORE_SHA~..$LAST_SHA" -10
echo "-------------------------"
# git branch -D temp_branch
git checkout -b temp_branch "remotes/$DEST_REMOTE/$DEST_BRANCH"

for sha1 in $(git log --reverse --format=format:%H $BEFORE_SHA..$LAST_SHA); do
Expand Down

0 comments on commit e384b40

Please sign in to comment.