/Git_Guide

Cheatsheet for git

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Git Cheatsheet

The shell script when executed will show some useful git commands(imo).

Installation (For Linux/Ubuntu)

To download the repository, clone it onto your device in your preferred directory using:
$ git clone https://github.com/jaybee-117/Git_Guide
then navigate into Git_Guides directory and run it using:
$ ./git_guide.sh

For a much more beginner friendly installation do the following:

$ wget https://raw.githubusercontent.com/jaybee-117/Git_Guide/main/git_guide.sh
$ chmod u+x git_guide.sh
$ sudo mv git_guide.sh /usr/bin/git_guide

And you're done!
To view the guide all you need to do after that is run it by typing git_guide from your terminal anywhere.
$ git_guide


GNU General Public License
This work is licensed under a GNU General Public License v3.0.