Asked by:
GIT Checkout command

Question
-
Hi every one
on bitbucket i did multiple branches. From an other place than my work place I want to import a specified remote branch, so with the command line [checkout -b develop origine/develop]i was able to do it , but what i'm looking for is HOW to do this command with visual studio 2012 GUI.
thanks.
- Moved by Lily_Wu Tuesday, July 16, 2013 7:42 AM
Thursday, July 11, 2013 7:55 PM
All replies
-
Hi,
Thank you for your post.
What TFS product do you use, TFS 2010, TFS 2012, TFS 2013 preview or team foundation service?
Regards,
Lily Wu
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.Friday, July 12, 2013 9:06 AM -
HI,
thanks for your response.
no TFS, i'm using GIT. i uploaded update2 for visaul studio 2012, Git tools for visual studio 2012 the i was able to use GIT instead of TFS. with visual studio 2013 preview the git is integrated by default.
Thanks have a nice day
- Edited by bennouchen Friday, July 12, 2013 1:11 PM it seem like i deleted the good one
Friday, July 12, 2013 12:57 PM -
The default command is git clone http://....
And to get a branch git checkout (branch name)
- Edited by Mariano L Friday, July 12, 2013 2:36 PM add info
Friday, July 12, 2013 2:34 PM -
Hi,
For you do not use with TFS environment, I suggest you post the question in http://visualstudiogallery.msdn.microsoft.com/abafc7d6-dcaa-40f4-8a5e-d6724bdb980c Q and A.
Regards,
Lily Wu
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.Tuesday, July 16, 2013 7:32 AM