How to create a Git Branch #180
Answered
by
montasim
AbidHasanPiash
asked this question in
Q&A
Replies: 3 comments
|
git checkout -b newBranchName |
0 replies
Answer selected by
AbidHasanPiash
|
Good |
0 replies
|
git branch 'give you branch name' |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
git checkout -b newBranchName