Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/msaf9/git-cheatsheet
- Owner: msaf9
- License: mit
- Created: 2024-01-22T01:39:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-05T18:19:08.000Z (6 months ago)
- Last Synced: 2024-05-05T19:30:06.629Z (6 months ago)
- Topics: git, latex, shellscript
- Language: TeX
- Homepage:
- Size: 802 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)