My repository: my-repo
Branch name: my-branch
User A: raised PR #123
Now, I checked out PR-123 using git fetch origin pull/123/head:userA-pr and checked out that new branch (userA-pr) to make some changes. Now, how can I push these changes back to PR #123?