Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/msaf9/git-cheatsheet

The GitHub Cheatsheet is a handy reference document that provides quick access to common Git commands and GitHub features. It's a valuable resource for both beginners and experienced users alike, offering shortcuts and tips to streamline your workflow on the platform.
https://github.com/msaf9/git-cheatsheet

git latex shellscript

Last synced: 23 days ago
JSON representation

The GitHub Cheatsheet is a handy reference document that provides quick access to common Git commands and GitHub features. It's a valuable resource for both beginners and experienced users alike, offering shortcuts and tips to streamline your workflow on the platform.

Awesome Lists containing this project

README

        

Git Cheatsheet


A cheatsheet to ease off the usage of git, a distributed version control system.

Table of Contents

- [Introduction](#introduction)
- [Motivation](#motivation)
- [Tools](#tools)
- [Project status](#project-status)
- [Preview](#preview)
- [List of Git Commands](#list-of-git-commands)
- [Installation](#installation)
- [Get repository](#get-repository)
- [License](#license)

## Introduction
Git is a distributed version control system used for code management. This repository is a git cheat sheet with some regularly used git commands.

## Motivation
I created this cheatsheet for my reference because it's difficult to find information in one place on the Git website or other resources.

## Tools
- git
- GitHub
- LaTex
- Shell

## Preview
### List of Git Commands
![Git Cheatsheet](git-cheatsheet-list.png)

[Download the Git Cheatsheet for concise information, options, and usage guidelines](Git-Cheatsheet.pdf)

## Project Status
**Complete**

## Installation
### Get repository
```git
git https://github.com/msaf9/git-cheatsheet.git
cd git-cheatsheet
```

## License
[MIT LICENSE](LICENSE)