记不住git命令?试试这个命令浏览网站
Find the right git commands without digging through the web.
找 git 命令,无需谷歌百度,无需
git -help
,这个网站以图形界面的形式告诉你正确的git
命令,以及这个命令需要注意的内容
网站地址: https://gitexplorer.com/
项目地址: https://github.com/summitech/gitexplorer
介绍
页面顶部的 Normal type speed
和 Fast type speed
可以设置 git 命令 显示速度的快慢
通过右上角的 Light Mode
和 Dark Mode
设置网页 主题颜色(亮色和暗色)
Last year, we came across Sarah Drasner's array explorer. It is a really cool resource for anyone to easily figure out the best JS array method to use. We loved it and decided to build something similar for Git.
项目受到了 Github 上另一项目(项目地址: https://github.com/sdras/array-explorer ,提供 JavaScript 数组操作命令浏览,)https://arrayexplorer.netlify.com/ 的启发,做了个类似的命令导航网站,专门提供 Git 的命令提示和说明
本地使用
clone 项目到本地
本地构建
npm install (Install all dependencies)
npm run build
npm run start
Docker-compose
也可以通过 docker-compose 来运行
docker-compose up
更多
更多优秀内容,可以通过 关注微信公众号【极客收藏夹】获取哦!