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
Like git checkout -B, I would like a way for using the command line or stored procedure (DOLT_CHECKOUT) to provide the -B argument, which will create the branch if it doesn't exist, and then checkout or, if it does exist, it skips creation and just does a checkout like normal.
Like
git checkout -B
, I would like a way for using the command line or stored procedure (DOLT_CHECKOUT
) to provide the -B argument, which will create the branch if it doesn't exist, and then checkout or, if it does exist, it skips creation and just does a checkout like normal.see: https://git-scm.com/docs/git-checkout
The text was updated successfully, but these errors were encountered: