18 lines
871 B
Markdown
18 lines
871 B
Markdown
---
|
|
title: Git cheatsheet
|
|
redirect_from:
|
|
- /articles/git-cheatsheet
|
|
- /github/getting-started-with-github/git-cheatsheet
|
|
- /github/getting-started-with-github/quickstart/git-cheatsheet
|
|
- /get-started/quickstart/git-cheatsheet
|
|
- /get-started/getting-started-with-git/git-cheatsheet
|
|
versions:
|
|
fpt: '*'
|
|
ghes: '*'
|
|
ghec: '*'
|
|
intro: This Git cheat sheet is a time saver when you forget a command or don't want to use help in the CLI.
|
|
---
|
|
Learning all available Git commands at once can be a daunting task. You can use [Git Cheat Sheets](https://training.github.com/) for a quick reference to frequently used commands. The "Using Git" cheat sheet is available in several languages.
|
|
|
|
In addition, take a look at our [Git and GitHub learning resources](/get-started/start-your-journey/git-and-github-learning-resources) page that links to guides, videos and more.
|