記不住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 speedFast type speed 可以設置 git 命令 顯示速度的快慢

通過右上角的 Light ModeDark 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

更多

更多優秀內容,可以通過 關注微信公衆號【極客收藏夾】獲取哦!

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章