Git Cheats is a small project for people who wants to get into git using commands but don't know where to start. It started as a side-project to help my friends / colleagues check commands easily, but it turned out it has been shared through my friends lots of times and it is being used on a daily basis. Suprising enough, I wanted to create a repository for this. Maybe someone finds it useful and / or wants to contribute!
GitCheats App (Link)
A simple web-based app where you can filter out commands in need easily.
GitCheats CLI (Link)
A CLI app as a companion to GitCheats to fetch and retrieve commands right into your beloved terminal.
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
If you find this project useful, please consider supporting it. This will help further domain registrations and improvements.
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