Download presentation
Presentation is loading. Please wait.
Published byChester Joseph Modified over 9 years ago
2
Grant Holliday Senior Service Engineer Microsoft
3
granth@microsoft.com http://blogs.msdn.com/b/granth/
7
PlanningSCMWork Item Tracking Continuous Deployment Build Automation Feedback Management
8
StrengthsBest for Server Workspaces Scales to very large codebases Fine level permission control Allows usage monitoring Large integrated codebases Control and auditability over source code down to the file level Offline editing support Easy to edit files outside Visual Studio or Eclipse Medium-sized integrated codebases A balance of fine-grained control with reduced friction Full offline experience Complete repository with portable history Simplified branching model Modular codebases Integrating with open source Highly distributed teams
9
Git fully integrated into Visual Studio and TFS/VSO
11
Fully integrated Git support Team Foundation Server/VSO Project 2Project 1 3 rd Party Local Repo Other Remote Git Repo
12
TFSVCGit Create workspace and get latestClone (duplicate) a remote repo to a local file path Switch workspace or branchCheckout a branch to make it the current, working branch Undo a change to a fileCheckout the file to overwrite your changes with the latest in the current, working branch ShelveCommit changes to a local topic branch, make sure the branch is published and push to it, and Checkout to switch to a different local branch Pending changesStatus Check-inPush to send to a remote repo what has already been committed locally Get latest versionPull commits from a remote repo into the currently checked-out branch of the local repo, merging as necessary. Fetch does the same thing without merging. Check-in and get latest versionSync (Effectively a Push and Pull - available only in the Visual Studio UI)
17
Azure Websites Corporate network Microsoft SQL Server Hybrid Connection Other published resources Hybrid Connection Manager
22
YourSite Monaco Services IIS Node, PHP, etc. Site Extension r/w access runs https://yoursite.scm.azurewebsites.net/dev http://yoursite.azurewebsites.net Azure SCC Deploy Site Extension writes https://yoursite.scm.azurewebsites.net/yoursite.git wwwroot
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.