2,613
次編輯
Tankianting(討論 | 貢獻) |
Tankianting(討論 | 貢獻) |
||
行 14: | 行 14: | ||
| '''Uiahoe''' || converting POJ (Pe̍h-ōe-jī, a Romanization of Min Nan (aka. Hokkien) Chinese) with tone numbers to the formal form || [https://kianting.info/gitweb/gitweb.cgi?p=uiahoe/.git;a=summary Gitweb viewer] || [https://kianting.info/git/uiahoe.bundle Git bundle] || [[Uiahoe]] || 〃 || [https://github.com/Yoxem/uiahoe Orig. page] | | '''Uiahoe''' || converting POJ (Pe̍h-ōe-jī, a Romanization of Min Nan (aka. Hokkien) Chinese) with tone numbers to the formal form || [https://kianting.info/gitweb/gitweb.cgi?p=uiahoe/.git;a=summary Gitweb viewer] || [https://kianting.info/git/uiahoe.bundle Git bundle] || [[Uiahoe]] || 〃 || [https://github.com/Yoxem/uiahoe Orig. page] | ||
|} | |} | ||
==Personal notes (in Mandarin Chinese)== | |||
===在遠端新增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; | |||
</pre> | |||
然後在本機端新增: | |||
<pre> | |||
git commit -m "example"; | |||
git remote add origin user@example.info:/var/www/git; | |||
git push origin master; | |||
</pre> | |||
===在遠端新增bundle=== | |||
<pre> | |||
cd /var/www/git/repo; | |||
git bundle create ../repo.bundle --all | |||
</pre> | |||
==其他== | ==其他== |