開啟主選單
首頁
隨機
登入
設定
關於Tan Kian-ting的維基
免責聲明
Tan Kian-ting的維基
搜尋
檢視 專案相關的筆記 的原始碼
←
專案相關的筆記
由於下列原因,您沒有權限進行編輯此頁面的動作:
您請求的操作只有這個群組的使用者能使用:
使用者
您可以檢視並複製此頁面的原始碼。
{{Nav|程式語言、邏輯學|Projects}} 管理程式碼project相關的筆記。 ===在遠端新增repo=== You have to set the ssh key between server and client first. <pre> cd /var/www/git; mkdir repo; cd repo; git init --bare --share; git update-server-info; </pre> 然後在本機端新增: <pre> git commit -m "example"; git remote add origin user@example.info:/var/www/git; git push origin master; </pre> '''記得要開啓 .git/hooks''',然後:<code>cp post-update.sample post-update; chmod u+x post-update;</code> ===GitWeb 的設定等=== * 請參:[https://blog.kianting.info/2023/09/22/gitweb-e5-su2ing7/ gitweb 的架設使用] ==其他== * [[Another Taiwanese Tutorial]] is also on the gitweb viewer but without bundle. [[category:資訊]]
此頁面使用了以下模板:
模板:Nav
(
檢視原始碼
)
返回到「
專案相關的筆記
」。