「專案相關的筆記」修訂間的差異
跳至導覽
跳至搜尋
Tankianting(討論 | 貢獻) |
Tankianting(討論 | 貢獻) |
||
行 21: | 行 21: | ||
===GitWeb 的設定等=== | ===GitWeb 的設定等=== | ||
* 請參:[https://blog.kianting.info/2023/09/22/gitweb-e5-su2ing7/] | * 請參:[https://blog.kianting.info/2023/09/22/gitweb-e5-su2ing7/ gitweb 的架設使用] | ||
==其他== | ==其他== |
於 2023年9月22日 (五) 03:26 的修訂
管理程式碼project相關的筆記。
在遠端新增repo
You have to set the ssh key between server and client first.
cd /var/www/git; mkdir repo; cd repo; git init --bare;
然後在本機端新增:
git commit -m "example"; git remote add origin user@example.info:/var/www/git; git push origin master;
記得要開啓 .git/hooks,然後:cp post-update.sample post-update; chmod u+x post-update;
GitWeb 的設定等
- 請參:gitweb 的架設使用
其他
- Another Taiwanese Tutorial is also on the gitweb viewer but without bundle.