Git serve: I would like it that simple

前端 未结 8 578
南方客
南方客 2020-12-02 03:52

I want to know how to simply publish over http = much like Mercurial\'s hg serve! On the Windows/work box do this:

git serve 

and then on t

8条回答
  •  盖世英雄少女心
    2020-12-02 04:25

    If you just want to expose the repository with a web browser

    git-instaweb

    $ git instaweb -d apache2 --start
    $ lynx localhost:1234
    

提交回复
热议问题