Git Cheats aims to ease the pain while transitioning from sluggish GUI clients to blazing-fast terminal 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
Please feel free to contribute any way you can. Just keep in mind that you should pay attention to CONTRIBUTE.md before contributing.
That being said, you can;
- Create issues for feature requests and issues
- Create pull requests for any fixes / additions
- Create pull requests for localizations
You can find the rest in package.json
This project is licensed under the MIT License - see the LICENSE.md file for details.
If you think there should be more, please create an issue labeled as enhancement
and give direct link to the project.
- 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