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
- If you are looking for more advanced commands, you can toggle the advanced button and display even more commands
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
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