I am new to GIT. Please help me, I am stuck at this point.
In my Remote Repository (github.com), already a branch by name code-267 is present which was created by a different developer.
My requirement: I need to check in that branch into my Eclipse.
Please tell me if can I execute the below statement, so that I will code of branch code-267 ??
git checkout --track -b code-267 origin/code-267
Please let me know, thanks in advance.