SlideShare a Scribd company logo
git-tfs
    https://github.com/git-tfs




Alternate Working Title:
 “Make love not war”
how to get it?
why?
Q: local workspaces in TFS11 means this is
obsolete, right?
A: nope

local branching
local commits
local history
local everything
git == serverless source control
git > tfs, especially for offline development & distributed
work
get started

git-tfs quick-clone http://tfs/server “$/source/path” localPath
get started: what’s in the repo?
local history
making a change…


Cue “vim, WTF?!” comments
…and committing it
one more time, for fun
check local history
now push to tfs
finish commit
pulling changes
push git commits separately
gated checkins?
•   git checkout –b newBranch
•   git commit –a –m “xx”
•   git tfs pull
•   git tfs ct [and wait for build to pass]
•   git checkout master
•   git tfs pull
work item related?
Git TFS

More Related Content

PPTX
Practical Git - NYC Code Camp
PDF
KEY
Basic Git
PDF
git - eine praktische Einführung
PDF
Working with Git
PDF
Wokshop de Git
PPTX
Git and GitHub
Practical Git - NYC Code Camp
Basic Git
git - eine praktische Einführung
Working with Git
Wokshop de Git
Git and GitHub

Similar to Git TFS (20)

KEY
Meet Git
PPTX
Practical Git - Philly.NET Code Camp
PPTX
Git first steps
KEY
Git Magic: Versioning Files like a Boss
PDF
Git basics
ODP
Introduction to Git (Greg Lonnon)
KEY
Git Tech Talk
PPTX
Git_new.pptx
PDF
Git Started With Git
PPTX
Git'in on Windows
PDF
Git: a brief introduction
PDF
Git for Android Developers
PDF
图解Git
PDF
Tracking large game assets with Git LFS
PPT
Talk to git
PPT
Version Control ThinkVitamin
PPTX
PPTX
PDF
Honestly Git Playground 20190221
PDF
Advanced Git Techniques: Subtrees, Grafting, and Other Fun Stuff
Meet Git
Practical Git - Philly.NET Code Camp
Git first steps
Git Magic: Versioning Files like a Boss
Git basics
Introduction to Git (Greg Lonnon)
Git Tech Talk
Git_new.pptx
Git Started With Git
Git'in on Windows
Git: a brief introduction
Git for Android Developers
图解Git
Tracking large game assets with Git LFS
Talk to git
Version Control ThinkVitamin
Honestly Git Playground 20190221
Advanced Git Techniques: Subtrees, Grafting, and Other Fun Stuff
Ad

More from Richard Banks (9)

PPTX
Improving app performance using .Net Core 3.0
PPTX
Reignite your desire to improve (NDC Sydney 2018)
PPTX
Flaccid coaching
PPTX
Microservices with .Net - NDC Sydney, 2016
PPTX
CQRS and what it means for your architecture
PPTX
Architecting Microservices in .Net
PPTX
DDD Sydney 2011 - Getting out of Sync with IIS and Riding a Comet
PPTX
Architecture In The Small
PPT
Agile Development From A Developers Perspective
Improving app performance using .Net Core 3.0
Reignite your desire to improve (NDC Sydney 2018)
Flaccid coaching
Microservices with .Net - NDC Sydney, 2016
CQRS and what it means for your architecture
Architecting Microservices in .Net
DDD Sydney 2011 - Getting out of Sync with IIS and Riding a Comet
Architecture In The Small
Agile Development From A Developers Perspective
Ad

Recently uploaded (20)

PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
Spectroscopy.pptx food analysis technology
PDF
cuic standard and advanced reporting.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PPTX
A Presentation on Artificial Intelligence
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Electronic commerce courselecture one. Pdf
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
Mobile App Security Testing_ A Comprehensive Guide.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
Spectroscopy.pptx food analysis technology
cuic standard and advanced reporting.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Assigned Numbers - 2025 - Bluetooth® Document
A Presentation on Artificial Intelligence
Diabetes mellitus diagnosis method based random forest with bat algorithm
A comparative analysis of optical character recognition models for extracting...
Network Security Unit 5.pdf for BCA BBA.
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Digital-Transformation-Roadmap-for-Companies.pptx
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
MIND Revenue Release Quarter 2 2025 Press Release
Electronic commerce courselecture one. Pdf
Encapsulation_ Review paper, used for researhc scholars
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Dropbox Q2 2025 Financial Results & Investor Presentation
MYSQL Presentation for SQL database connectivity
Per capita expenditure prediction using model stacking based on satellite ima...

Git TFS