Warning This project has been integrated into a larger project called Dev Cheats, which includes expanded features and resources. As a result, this project will be archived soon. To continue accessing these resources and more, please update your bookmarks by visiting the Dev Cheats - Git page. Thank you for your support!
Git Cheats is an intuitive and user-friendly interactive Git cheatsheet that provides a handy reference for developers to search and access commonly used Git commands quickly and efficiently.
With Git Cheats you can;
- Easily search for commands by name
- 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 the 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