Remember git command? Try this site browse command

Find the right git commands without digging through the web.

Find git commands without Google Baidu, no git -help, this site tells you the correct form of a graphical interface gitcommand, and this command Note

Web site address : https://gitexplorer.com/

Project Address : https://github.com/summitech/gitexplorer

Introduction

Top of the page Normal type speedand Fast type speedyou can set the git command speed display speed

By the top right corner Light Modeand Dark Modeset the page theme colors (light and dark)

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.

Another project by project on Github ( Project Address : https://github.com/sdras/array-explorer , providing a JavaScript array operation command to navigate,) https://arrayexplorer.netlify.com/ inspired, made a similar commands to navigate website that specializes in providing tips and instructions Git commands

Local use

clone project to the local

Local building

npm install (Install all dependencies)
npm run build
npm run start

Docker-compose

You can also run through the docker-compose

docker-compose up

More

For more great content, you can focus on micro-channel public number [geeks] favorites acquired Oh!

Guess you like

Origin www.cnblogs.com/cchao1024/p/11940035.html
Recommended