1.3.4 • Published 5 years ago

git-commands-cli v1.3.4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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:

CommandDescription
gitcheatsLaunch gitcheats.com directly
gitcheats commandPrint command descriptions right into your terminal
gitcheats --open commandOpen gitcheats.com in browser with your command filtered
gitcheats --language keySet your preffered language (Default: en)
gitcheats --versionShows and checks version
gitcheats --helpShow 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.