Skip to content

asquare14/Git-Cheat-Sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Git-Cheat-Sheet

What is Git?

Git is the most widely used modern version control system in the world today. Git is a mature, actively maintained open source project originally developed in 2005 by Linus Torvalds - the famous creator of the Linux kernel.

What is this repo about?

A cheatsheet for git commands. main.md contains commonly used git commands. resources.md contains resources for learning git.

Contributing

Git-Cheat-Sheet welcomes any contribution. Please refer to our style guide for submitting patches and additions.

Installation

  1. Fork our repo from here.
  2. In the console, download a copy of your forked repo with git clone https://github.com/your_github_username/Git-Cheat-Sheet.git.
  3. Enter the Git-Cheat-Sheet directory with cd Git-Cheat-Sheet.
  4. Make changes to the file you want, commit your changes and submit your Pull Request.

Note: Since this is an active project please rebase from master before submitting a Pull Request to avoid merge conflicts.

Style guide

How to add git commands in main.md:

  • Case 1: The command's category already exists.
    This should be the markdown format.
`$ git command`
- Command Description
  • Case 2: The command's category does not exist.
    This should be the markdown format.
## Category
`$ git command`
- Command description.

Tracking Issues

Please post any bugs, questions, or ideas on our issues page.

Labelling Issues

If you create an issue, please tag it with the appropriate label.

About

A cheatsheet for git commands.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published