> For the complete documentation index, see [llms.txt](https://brianwu.gitbook.io/brian/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://brianwu.gitbook.io/brian/ban-ben-kong-zhi/tfs.md).

# TFS

## 跟git的比較

先取得最新 vs pull

撰寫程式(註1)

儲存(註2)

重建

測試、debug

簽入 vs commit + push

註1:TFS當程式一有所異動過，就會開始track，即使最後沒有修改東西，也會持續track，並列在簽入的清單內。

註2:有個前輩說儲存就等於commit，但我覺得應該不是，有待查資料去了解。git則是儲存後為狀態1，trank後為狀態2，commit後為狀態3。

穩定程度 狀態 3>2>1

檔案一旦有所異動就會跳到狀態1。

## 操作

檢視紀錄 可以用ctrl 選取兩個版本 (之間可以跨越數版本) 去做比較
