
dolt-checkout
List of commands for dolt-checkout:
-
dolt-checkout:tldr:6b34c dolt-checkout: Create new branch based on a specified commit and switch to it.$ dolt checkout -b ${branch_name} ${commit}try on your machineexplain this command
-
dolt-checkout:tldr:8a35e dolt-checkout: Switch to a branch.$ dolt checkout ${branch_name}try on your machineexplain this command
-
dolt-checkout:tldr:eb73c dolt-checkout: Create new branch and switch to it.$ dolt checkout -b ${branch_name}try on your machineexplain this command