I am new to TFS Git Repo. And like I have received one task to update website from path :
Branches-> Our Branch
remotes/origin->feature->Website...
Now I have Checkout and fetched the website. But I want some guidance like how do I work on that. I mean to say how I bring website to my soln explorer and Check In and Check Out... like in TFVC.
Member
126 Points
270 Posts
Working with Git Repo in TFS
Jan 12, 2017 06:14 AM|jjbhatt_asp|LINK
I am new to TFS Git Repo. And like I have received one task to update website from path :
Branches-> Our Branch
remotes/origin->feature->Website...
Now I have Checkout and fetched the website. But I want some guidance like how do I work on that. I mean to say how I bring website to my soln explorer and Check In and Check Out... like in TFVC.
All-Star
191741 Points
20952 Posts
ASPInsiders
Moderator
MVP
Re: Working with Git Repo in TFS
Jan 12, 2017 07:37 AM|XIII|LINK
Hi,
first hit on google: https://www.visualstudio.com/en-us/docs/git/gitquickstart.
After you cloned locally the repro you can open the .sln file like you would do when using TFS after you got the code on your local machine.
Grz, Kris.
Working with Azure, chatbots, ASP.NET MVC, Web API, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
Member
126 Points
270 Posts
Re: Working with Git Repo in TFS
Jan 13, 2017 09:36 AM|jjbhatt_asp|LINK
Thanks for sharing.
I have cloned the Git and all project are fetched on my local m/c.
One of my colleague has created a branch under remotes/origin -> feature.
Now how do I work on the which is under website under that feature .
I got instructions to checkout- fetch and pull. Then start working.
How shall I do that?
All-Star
191741 Points
20952 Posts
ASPInsiders
Moderator
MVP
Re: Working with Git Repo in TFS
Jan 17, 2017 08:09 AM|XIII|LINK
Hi,
he performed a pull request to the central repository? If so you can fetch that branch locally and start working with it.
Grz, Kris.
Working with Azure, chatbots, ASP.NET MVC, Web API, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!