You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's create a new command option: pr update
This command should update the current pr.
When the contributor updates his PR and it wasn't merged into master yet, we need to update the local pr to continue working.
Let's create a new command option:
pr update
This command should update the current
pr
.When the contributor updates his PR and it wasn't merged into
master
yet, we need to update the localpr
to continue working.The commands should be:
The script needs to check if the current branch is a PR by prefix
pr
. Otherwise, the user gets an error.The text was updated successfully, but these errors were encountered: