Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 167 Bytes

index.md

File metadata and controls

15 lines (10 loc) · 167 Bytes

git cob

Create a new branch from the current working tree, and switch to it

Git alias:

cob = checkout -b

Example:

git cob new-branch