- Team Foundation Server 2015 Customization
- Gordon Beeming
- 199字
- 2021-07-09 21:30:17
Pinning recent code changes
I've often worked in teams in which there is a component that is important to their project, such as a framework or a regulated service, and even you would find that people often keep checking the history of such a component to see whether there have been any changes recently that may not have been communicated yet.
Luckily, with TFS, you can pin any folder from the source control to your dashboard. Navigate to the CODE hub and make sure that the Explorer tab is selected. From there, click on the arrow to the left of any folder and then click on Pin to homepage, as shown here:

Figure 9: Pinning code to the home page
Again, you'll notice that there is a little pinned icon next to the folder that indicates that it is pinned.
Navigating back to the dashboard, you will notice a purple tile with the count of recent code changes.
You can pin any level of your source control to your home page; for example, you can pin the entire repository (as we did earlier for our Git repository), or specific folders that you care about (say, a security library folder).
- 現(xiàn)代C++編程:從入門到實踐
- HornetQ Messaging Developer’s Guide
- 基于粒計算模型的圖像處理
- Learning Cython Programming
- Python 深度學(xué)習(xí)
- 重學(xué)Java設(shè)計模式
- 編程數(shù)學(xué)
- 深入解析Java編譯器:源碼剖析與實例詳解
- Mastering Android Studio 3
- Java EE架構(gòu)設(shè)計與開發(fā)實踐
- Moodle 3.x Developer's Guide
- Getting Started with the Lazarus IDE
- PHP 7 Programming Blueprints
- Visual Basic.NET程序設(shè)計
- Python Geospatial Analysis Cookbook