[[git (version control system)]] / gitweb * http://git.or.cz/gitwiki/Gitweb === Debian === ==== ¼³Ä¡ ==== {{{ # apt-get install gitweb }}} ==== ÇÁ·ÎÁ§Æ® ¼³Á¤ ==== /var/cache/git ¿¡¼­ {{{ # ln -s /path/to/repo.git repo.git }}} /var/www¿¡¼­ {{{ # ln -s /usr/share/gitweb/* . }}} ==== »ç¿ëÇϱâ ==== http://localhost/cgi-bin/gitweb.cgi ¿¡¼­ º»´Ù. ÂüÁ¶ * http://kldp.org/node/100726 == TIPS == === ¿ø°Ý ÀúÀå¼Ò ¼³Á¤ === {{{ $ git config branch.master.remote ssh://server/path-to-repo/proj.git }}} À§Ã³·³ ¼³Á¤ÇØÁÖ¸é push, pull ¸í·É¾î µÚ¿¡ ¿ø°Ý ÀúÀå¼Ò¸¦ ¸í½ÃÇÏÁö ¾Ê¾Æµµ µÈ´Ù.