Git Cheats aims to ease the pain while transitioning from sluggish GUI clients to blazing-fast terminal commands. It is not a direct replacement for the original documentation, but a companion for beginners.
With Git Cheats you can;
- Easily search for commands
- Filter a group of commands by category
- Copy usage examples to paste into your terminal
- Click any command name to launch the original documentation
- Show and hide commands depending on their complexity through dropdown menu (
Basic
,Normal
,Advanced
)
Also includes strict
cookies to remember your preferences next time you launch the app. Nothing is stored on the server.
You can find and bookmark the online version from git-cheats.vercel.app
- Clone this repository
- Run
yarn
to install dependencies - Run
yarn dev
to start server
Planning to add this feature soon.
For more information, please check package.json
Please feel free to contribute any way you can. Just keep in mind that you should pay attention to CONTRIBUTE.md before contributing.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Git Init - Great learning tool for learning how to use commands
- Git - The Simple Guide - Simple guide for getting started with git
- Learn Git Branching - Learn how to use branches properly