Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/excalith/git-cheats
Interactive git cheatsheet for quickly searching through commonly used commands with examples
https://github.com/excalith/git-cheats
bootstrap cheatsheet git interactive learning learning-git nextjs react swr tutorial tutorials
Last synced: 3 months ago
JSON representation
Interactive git cheatsheet for quickly searching through commonly used commands with examples
- Host: GitHub
- URL: https://github.com/excalith/git-cheats
- Owner: excalith
- License: mit
- Archived: true
- Created: 2018-04-26T15:11:05.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T15:56:07.000Z (over 1 year ago)
- Last Synced: 2024-06-01T12:35:55.942Z (5 months ago)
- Topics: bootstrap, cheatsheet, git, interactive, learning, learning-git, nextjs, react, swr, tutorial, tutorials
- Language: JavaScript
- Homepage: https://git-cheats.vercel.app/
- Size: 1.56 MB
- Stars: 128
- Watchers: 6
- Forks: 25
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Git Cheats • Interactive Git Cheatsheet
> **Warning**
> This project has been integrated into a larger project called [Dev Cheats](https://github.com/excalith/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](https://dev-cheats.vercel.app/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.
## Features
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.## Usage
### Online
You can find and bookmark the online version from [git-cheats.vercel.app](https://git-cheats.vercel.app)
### Local
1. Clone this repository
2. Run `yarn` to install dependencies
3. Run `yarn dev` to start server### Docker
Planning to add this feature soon.
## Technology
- [ReactJS](https://reactjs.org/)
- [NextJS](https://nextjs.org/)
- [SWR](https://swr.vercel.app/)
- [Bootstrap](https://getbootstrap.com/)
- [Eslint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- [Husky](https://typicode.github.io/husky/)
- Hosted on [Vercel](https://vercel.com/) ♥For more information, please check [package.json](package.json)
## How To Contribute
Please feel free to contribute any way you can. Just keep in mind that you should pay attention to [CONTRIBUTE.md](.github/CONTRIBUTING.md) before contributing.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
## Other Useful Projects
- [Git Init](https://pel-daniel.github.io/git-init) - Great learning tool for learning how to use commands
- [Git - The Simple Guide](https://rogerdudler.github.io/git-guide) - Simple guide for getting started with git
- [Learn Git Branching](https://learngitbranching.js.org) - Learn how to use branches properly