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
BTW I said I wanted to make some tools to help w/ the chained PRs we do here. It’s even on the December TODO list from last year (Was that really a year ago?)
Here’s something - doesn't run inside git itself
alias gh-baseRefName="gh pr view --json baseRefName | jq -r .baseRefName"
alias gh-baseRef='echo $(git remote)/$(gh-baseRefName)'
BTW I said I wanted to make some tools to help w/ the chained PRs we do here. It’s even on the December TODO list from last year (Was that really a year ago?)
Here’s something - doesn't run inside git itself
then:
thus to merge in the latest base of this PR: (same as the ‘update’ button)
Or, more dangerously
git rebase -i $(gh-baseRef)
The text was updated successfully, but these errors were encountered: