Microsoft 稍早在 Git-Merge 2017 發表了 GVFS!
顧名思義其實就是把 git 底層做為 file system。原因是在開發大型軟體時的 codebase 太過龐大,像 Windows 就超過 350 萬個檔案而且大小合計超過 270 GB,所以在執行 checkout(3 小時), status(10 分鐘), clone(超過 12 小時) 這類讀取或切換內容時的指令都要花費超多時間,所以改善了 git 無法處理這種超大型 repo 的問題。用了 GVFS 之後,以上幾個指令大幅減少到 30 秒、5 秒、幾分鐘左右。
不過也因為加了 GVFS 這層上去,所以原本 git 指令的底層也做了一些調整。如果要用 GVFS 的話,記得要使用 Microsoft 自己改過的 git 才可以。另外,現在僅支援 Windows,Linux 跟 macOS 要再等等了 (https://github.com/Microsoft/GVFS/issues/4),所以小編現在也沒辦法測試 Orz
PS. 其實之前就看過許多由 git 底層組成的 file system,列在下面大家也可以看看。
* https://github.com/Microsoft/gvfs
* https://github.com/g2p/git-fs
* https://github.com/PressLabs/gitfs
#microsoft #gvfs #git #gitmerge
同時也有10000部Youtube影片,追蹤數超過2,910的網紅コバにゃんチャンネル,也在其Youtube影片中提到,...
「git clone指令windows」的推薦目錄:
- 關於git clone指令windows 在 Kewang 的資訊進化論 Facebook 的最佳解答
- 關於git clone指令windows 在 コバにゃんチャンネル Youtube 的最讚貼文
- 關於git clone指令windows 在 大象中醫 Youtube 的精選貼文
- 關於git clone指令windows 在 大象中醫 Youtube 的最讚貼文
- 關於git clone指令windows 在 第02 天:在Windows 平台必裝的三套Git 工具 - GitHub 的評價
- 關於git clone指令windows 在 [Git][教學] 終端機指令#01. [Windows]在Windows上面安裝Git指令 的評價
- 關於git clone指令windows 在 github - 成大資工Wiki 的評價
- 關於git clone指令windows 在 git-init - hellojs-tw - GitHub Pages 的評價
- 關於git clone指令windows 在 從伺服器上取得Repository - 為你自己學Git | 高見龍 - gitbook.tw 的評價
- 關於git clone指令windows 在 使用git指令下載github任何的程式碼 - 愛耍廢 的評價
- 關於git clone指令windows 在 在windows下配置对github的操作--基本操作- 51kata - 博客园 的評價
- 關於git clone指令windows 在 GitHub 入門 - Chia-An Lee 的評價
- 關於git clone指令windows 在 cmd git2022-在Mobile01/PTT/Yahoo上的體育賽事討論內容及 ... 的評價
- 關於git clone指令windows 在 cmd git2022-在Mobile01/PTT/Yahoo上的體育賽事討論內容及 ... 的評價
- 關於git clone指令windows 在 Windows 設定Github 帳號密碼教學 - Ruyut 鹿遊 的評價
- 關於git clone指令windows 在 git clone指令windows的問題包括PTT、Dcard、Mobile01 的評價
- 關於git clone指令windows 在 git clone指令windows的問題包括PTT、Dcard、Mobile01 的評價
- 關於git clone指令windows 在 git clone指令windows的問題包括PTT、Dcard、Mobile01 的評價
- 關於git clone指令windows 在 如何從GitHub下載檔案? / How to Download Files in GitHub? 的評價
- 關於git clone指令windows 在 Git 筆記- Git初始設定& Github入門 - I try | MarsW 的評價
- 關於git clone指令windows 在 Git 與Github 版本控制基本指令與操作入門教學 的評價
- 關於git clone指令windows 在 https://raw.githubusercontent.com/firstcontributio... 的評價
- 關於git clone指令windows 在 Llama Chatgpt Github. Use git to clone the repository. Seems 的評價
- 關於git clone指令windows 在 AI驱动的代码生成神器,短短数日便在GitHub收获19k星 - Hayo 的評價
- 關於git clone指令windows 在 windows下使用git拉取github上的项目 - SegmentFault 思否 的評價
git clone指令windows 在 コバにゃんチャンネル Youtube 的最讚貼文
git clone指令windows 在 大象中醫 Youtube 的精選貼文
git clone指令windows 在 大象中醫 Youtube 的最讚貼文
git clone指令windows 在 [Git][教學] 終端機指令#01. [Windows]在Windows上面安裝Git指令 的推薦與評價
進度條線上教學影片歡迎大家訂閱我們的頻道完整課程: Git 程式版本管控- 由簡單到難https://pb.cistrend.com/ytgit 新手無痛圖形化介面學習 Git ... ... <看更多>
git clone指令windows 在 github - 成大資工Wiki 的推薦與評價
... 的Github<https://windows.github.com/>`_ ,你可以在不使用SSH Key的狀況下執行clone等操作。windows版本同時支援許多Git Bash tool,可運行眾多的Git指令。 5-1. ... <看更多>
git clone指令windows 在 第02 天:在Windows 平台必裝的三套Git 工具 - GitHub 的推薦與評價
這是一個可以在命令提示字元(Command Prompt) 下執行的一套指令列工具,目前市面上所有Git 的GUI 工具,其實骨子裡都是執行這些較為底層的Git 工具,所以是一套必備的Git ... ... <看更多>