gitcheat

Command line utility that summarizes commonly used Git commands for quick reference. Based on Git Cheat Sheet by GitHub.

Usage no npm install needed!

<script type="module">
  import gitcheat from 'https://cdn.skypack.dev/gitcheat';
</script>

README

Git Cheat Sheet

Command line utility that summarizes commonly used Git commands for quick reference. Based on Git Cheat Sheet by GitHub.

Tested on Linux. Bug fixes and contributions to make this better are welcome.

Why

https://xkcd.com/1597/

Install

npm install -g gitcheat

Usage

Tip : Just type gcs in your terminal to get a help page with usage instructions.

$ gcs [keyword]

or

gitcheat [keyword]

For Example

Example : $ gcs branch

Keyword List

  • commit
  • config
  • files
  • sync
  • create
  • branch
  • review

js-standard-style