[問題] Visual Studio 2019用git版本控管

作者: popen (Penpineapple-applepen)   2021-08-21 15:13:36
想請問我想自己架git,控管我的c#程式版本
但我不想上傳到網路上,我只想架私人的git,
請問我能用一台windows電腦架git嗎?
然後在同一台電腦寫程式,也就是client, server
都是用同一台電腦,且都是在windows系統,
能否請問有沒有參考的網站步驟,我想試著做
作者: testPtt (測試)   2021-08-21 16:06:00
你用VS內建的git不就好了
作者: awwseed (MOTO RIDER)   2021-08-21 16:38:00
https://git-scm.com/ 下載最新版 git for windows 安裝然後 Visual studio 內建的 team explorer 就可以操作git這樣就是你電腦單機的 git 版控除非你指的 git server 是指 gitea, gitlab, github 那種那種通常是你有多台裝置或多人偕同才需要 git server(?)git 本身不用依賴 git server 端就可以運作
作者: jizang (阿魯米)   2021-08-21 21:08:00
gitea
作者: popen (Penpineapple-applepen)   2021-08-22 23:19:00
是哦, 原來如此, 單我單機git版控也能建立分支嗎?我再試試看, 目前我用git傳到網路上控管程式是可以我再試試上述的方式, 看能不能單機版控, 感謝您啊, 上述的方式就是我目前安裝的, 但它必須有git帳號程式變更會傳到網路git的repository裡能否請問單機版控要怎麼做,我不要傳到網路上呀!
作者: Litfal (Litfal)   2021-08-23 06:39:00
不是有個選項 只在本機使用git(或類似的名字) 嗎。包括推送,git完全可以只在本機使用。
作者: eye5002003 (下一夜)   2021-08-23 20:16:00
使用"git init --bare"指令就能滿足你了
作者: ss610349 (馬加加)   2021-09-18 17:24:00
偷懶一點可以用小烏龜 tortoise git
作者: chinggoo (Leo)   2021-10-12 12:59:00
小烏龜 + Google drive就夠了
作者: aecho (@..@")   2021-10-26 17:36:00
local directory可以當成git repository用"git local directory repository"去google就可以找到了例如這篇: https://stackoverflow.com/a/36133560/419348我自己是找個能用ssh登入的電腦,然後建個資料夾當repository來用。然後用ssh-copy-id,產生ssh不需要密碼的環境之後就能用 account[email protected]:~/repo/directory_path直接把那個資料夾當成remote repository來用該資料夾要用"git init --bare"處理過上面那個 [email protected]的是範例…
作者: mepowerlmay (用心,找對人)   2021-11-03 14:03:00
軟體名稱 bonobo github 免費的 可以參考

Links booklink

Contact Us: admin [ a t ] ucptt.com