- 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).
- Java語(yǔ)言程序設(shè)計(jì)
- Learning Java Functional Programming
- JavaScript全程指南
- Oracle數(shù)據(jù)庫(kù)從入門(mén)到運(yùn)維實(shí)戰(zhàn)
- 機(jī)械工程師Python編程:入門(mén)、實(shí)戰(zhàn)與進(jìn)階
- Java持續(xù)交付
- SQL Server 2016數(shù)據(jù)庫(kù)應(yīng)用與開(kāi)發(fā)
- VMware虛擬化技術(shù)
- Angular應(yīng)用程序開(kāi)發(fā)指南
- Mastering jQuery Mobile
- JavaScript從入門(mén)到精通(視頻實(shí)戰(zhàn)版)
- INSTANT Apache ServiceMix How-to
- Python預(yù)測(cè)之美:數(shù)據(jù)分析與算法實(shí)戰(zhàn)(雙色)
- JavaEE架構(gòu)與程序設(shè)計(jì)
- Java核心編程