Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 94 Bytes

File metadata and controls

5 lines (4 loc) · 94 Bytes

Creating a Branch from a Commit

git checkout -b <new-branch-name> <commit-sha>