This repository contains a concise Git cheatsheet for quick reference. Below are the main topics covered:
- Git Basics: Essential commands for starting with Git.
- Git Undoing Changes: How to undo and correct mistakes.
- Git Rewriting History: Commands to modify commit history.
- Git Branches: Managing branches in your project.
- Git Remote Repositories: Working with remote repositories.
- Git Diff: Viewing changes between commits.
- Git Config: Configuring your Git environment.
- Git Rebase: Rewriting commit history using rebase.
- Git Pull: Fetching and merging changes from the remote.
- Git Reset: Resetting the state of your project.
- Git Push: Pushing your changes to the remote repository.