「Projects」修訂間的差異

移除 9 位元組 、 2022年3月27日 (日) 18:15
行 35: 行 35:
</pre>
</pre>


===在遠端新增bundle===
'''記得要開啓 .git/hooks''',cp post-update.sample post-update; chmod u+x post-update;
<pre>
cd /var/www/git/repo;
git bundle create ../repo.bundle --all
</pre>


==其他==
==其他==