Find the right git commands without digging through the web.
Git command: you don’t need to go to Google, Baidu, or git-help to find git commands. This website provides a graphical interface that tells you the correct git command and what you need to know about it
Website: https://gitexplorer.com/
The address of the project: https://github.com/summitech/gitexplorer
introduce
Normal type Speed and Fast type speed at the top of the page can set the speed of git command display
Set the theme color (Light and Dark) by using Light Mode and Dark Mode in the upper right corner.
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.
The project was sponsored by another project on Github (project address: https://github.com/sdras/array-explorer, provide JavaScript array operation command browsing,) https://arrayexplorer.netlify.com/, made a similar command navigation website, Git command tips and instructions
The local use
Clone project to local
Local building
npm install (Install all dependencies)
npm run build
npm run startCopy the code
Docker-compose
You can also run it from docker-compose
docker-compose upCopy the code
More and more
For more excellent content, you can follow the wechat public number [Geek Favorites] to get oh!