# git-explorer **Repository Path**: liaoxuefeng/git-explorer ## Basic Information - **Project Name**: git-explorer - **Description**: 将GitHub / Gitee的仓库链接变为可嵌入Web页的文件浏览器。 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2023-04-09 - **Last Updated**: 2025-10-09 ## Categories & Tags **Categories**: vcs **Tags**: None ## README # Git Explorer Git Explorer can convert any Github-compatible URL into a file explorer that can be embedded into a web page. For example, the link: [https://github.com/michaelliao/git-explorer/tree/master/sample](https://github.com/michaelliao/git-explorer/tree/master/sample) can be converted to: ![gitexplorer.png](gitexplorer.png) See live demo on [https://gitexplorer.itranswarp.com](https://gitexplorer.itranswarp.com). # Usage ```
``` ### How to change style Override [git-explorer.css](https://github.com/michaelliao/git-explorer/blob/master/css/git-explorer.css) in your own CSS. # Notes The URL must contain branch info so the following URL is not work: ``` https://github.com/michaelliao/git-explorer ``` Use URL with branch instead: ``` https://github.com/michaelliao/git-explorer/tree/master ```