All Projects → excalith → git-cheats-cli

excalith / git-cheats-cli

Licence: other
Git Cheats CLI - A Companion For Gitcheats

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to git-cheats-cli

Git Cheats
Git Cheats - Interactive Cheatsheet For Git Commands
Stars: ✭ 124 (+853.85%)
Mutual labels:  tutorials, cheatsheet
Data-Science-Tutorials
Python Tutorials for Data Science
Stars: ✭ 104 (+700%)
Mutual labels:  tutorials
PS4-Cheat-List
List of PS4 cheat codes / offsets found for either PS4Cheater or NetCheatPS4
Stars: ✭ 69 (+430.77%)
Mutual labels:  cheatsheet
launchpad
Resources to get started in Quantum Computing!
Stars: ✭ 21 (+61.54%)
Mutual labels:  tutorials
Projects
Final Project materials and description.
Stars: ✭ 36 (+176.92%)
Mutual labels:  tutorials
ffxiv-better-autokey
Windows terminal tool for automating keystrokes to processes.
Stars: ✭ 15 (+15.38%)
Mutual labels:  terminal-app
cheatsheets
📝 My personal list of cheatsheets
Stars: ✭ 17 (+30.77%)
Mutual labels:  cheatsheet
web-components-tutorial
HTML Web Component using Vanilla JavaScript
Stars: ✭ 38 (+192.31%)
Mutual labels:  tutorials
code-cheats
Quick reference code snippets curated from various sources
Stars: ✭ 17 (+30.77%)
Mutual labels:  cheatsheet
SYSU-ZhaoXu-Machine-Learning-Seminar
Lecture notes of SYSU-ZhaoXu Machine Learning Seminar (Likelihood Lab AI Seminar 2017).
Stars: ✭ 13 (+0%)
Mutual labels:  tutorials
YetAnotherKeyDisplayer
The application for displaying pressed keys of the keyboard
Stars: ✭ 88 (+576.92%)
Mutual labels:  tutorials
concise-cheat-sheets
Cheat Sheets for programming languages and tools
Stars: ✭ 98 (+653.85%)
Mutual labels:  cheatsheet
Offensive-Reverse-Shell-Cheat-Sheet
Offensive Reverse Shell (Cheat Sheet)
Stars: ✭ 138 (+961.54%)
Mutual labels:  cheatsheet
CNN Own Dataset
CNN example for training your own datasets.
Stars: ✭ 25 (+92.31%)
Mutual labels:  tutorials
flytesnacks
Flyte User-Guides and Tutorials - https://flytecookbook.readthedocs.io
Stars: ✭ 39 (+200%)
Mutual labels:  tutorials
Monthly-App-Challenge-2022
Retos mensuales de la comunidad MoureDev para crear pequeñas aplicaciones en base a requisitos
Stars: ✭ 153 (+1076.92%)
Mutual labels:  tutorials
google-guice-tutorials
4 part tutorial series on Google Guice
Stars: ✭ 28 (+115.38%)
Mutual labels:  tutorials
git-commands-workflows
🚀 All the git commands and workflows you need to know
Stars: ✭ 50 (+284.62%)
Mutual labels:  cheatsheet
brian-material
This repository serves as a container for material around the Brian simulator, such as presentations and tutorials.
Stars: ✭ 29 (+123.08%)
Mutual labels:  tutorials
Cheaty
PDF Cheat Sheet generation made easy
Stars: ✭ 15 (+15.38%)
Mutual labels:  cheatsheet

Git Cheats - Cheatsheet For Git Commands

A companion app for Git Cheats where you can fetch git descriptions directly into your terminal

Build Status NPM Installs Build Status Stars Forks Prettier


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 project for this. Maybe someone finds it useful and / or wants to contribute!

You can either use web based GitCheats App from your browser or use this GitCheats CLI right from your terminal.

How To Install:

Using NPM

npm i -g git-commands-cli

Clone

  • Clone or Download this repository
  • Within the directory, from your favorite terminal
    • npm install
    • npm link (might ask for permission depending on your OS)

Available Commands:

Command Description
gitcheats Launch gitcheats.com directly
gitcheats [command] Print command descriptions right into your terminal
gitcheats --open [command] Open gitcheats.com in browser with your command filtered
gitcheats --language [key] Set your preffered language (Default: en)
gitcheats --version Shows and checks version
gitcheats --help Show commands for the app

How To Contribute:

  • If you want to add more commands into GitCheats, please contribute to original GitCheats Repository.
  • If you want to further improve CLI app, please send a pull request to this repository.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].