100348/how-to-clone-a-specific-git-branch
Hi Guys,
I have two branches in my Github account. I want to clone a specifit branch. How to do that?
Hi@akhtar,
You need to specify the branch name in your git clone command with the -b or --branch tag as shown below.
$ git clone --branch <branchname> url
Seems like you want to rebase your ...READ MORE
Hi@akhtar, If you want to move your commits ...READ MORE
Hi@akhtar, The easiest way is to create one ...READ MORE
Hi@akhtar, You need to check out the branch and ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
Clone the following Git repository: git clone git ...READ MORE
It can work if you try to put ...READ MORE
Hi@akhtar, You can delete the branch locally or ...READ MORE
Hi@akhtar, You can use the git checkout command ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.