- Microsoft Team Foundation Server 2015 Cookbook
- Tarun Arora
- 111字
- 2021-07-16 09:41:15
Chapter 2. Setting Up and Managing Code Repositories
"Quality is never an accident; it is always the result of intelligent effort".
--John Ruskin
In this chapter, we will cover:
- Creating a Git repository in an existing TFVC Team Project
- Enabling code analysis check-in policy
- Performing a baseless merge between sibling branches in TFVC
- Reparenting a branch in TFVC
- Unlocking files checked out by someone else
- Unshelving a shelveset created in one branch to another branch
- Ignoring file types from check-in using .tfignore and .gitignore
- Conducting code reviews in TFS
- Setting up policies for branches in Git
- Conducting Pull requests in TFS
- Analyzing code churn with TFS analysis services cube
推薦閱讀
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- Spring Boot開發與測試實戰
- iOS開發實戰:從零基礎到App Store上架
- 趣學Python算法100例
- Python進階編程:編寫更高效、優雅的Python代碼
- 從0到1:HTML+CSS快速上手
- Practical Windows Forensics
- Ray分布式機器學習:利用Ray進行大模型的數據處理、訓練、推理和部署
- Learn WebAssembly
- Visual Basic程序設計習題解答與上機指導
- STM32F0實戰:基于HAL庫開發
- Julia Cookbook
- Python編程:從入門到實踐
- Test-Driven Development with Django
- Visual Studio Code 權威指南