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
feat(internal/librarian): add -branch flag for cloning and PRs (#1893)
The same flag is used for two purposes (because you'd almost always want
them to be the same):
- The remote branch to clone (ignored when not using a remote repo)
- The remote branch to use as the base for a PR (i.e. the branch you
want to merge into)
The flag is used for "generate" and "release init".
Fixes#812.
0 commit comments