書名: 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
推薦閱讀
- INSTANT Mock Testing with PowerMock
- Pandas Cookbook
- Arduino by Example
- Wireshark Network Security
- Internet of Things with Intel Galileo
- Xamarin.Forms Projects
- Scientific Computing with Scala
- .NET 3.5編程
- R Data Analysis Cookbook(Second Edition)
- UVM實戰
- 深入淺出React和Redux
- Python深度學習:模型、方法與實現
- Python機器學習:預測分析核心算法
- Apache Camel Developer's Cookbook
- Java圖像處理:基于OpenCV與JVM