Git

Git is a distributed version control system that allows you to track changes to your code and collaborate with other developers.

Git

Git


Git Cheat Sheet

Git Cheat Sheet

Clone a repo

This is an example of how you can clone an existing Git repository onto your workstation from GitHub

Create a new repo

This is an example of how you can create a new Git repository on your workstation and then add it to GitHub

Git Command Execution

Git is a CLI tool that shoul be executed within the working directory as it reads from local files about data relevant to the repository.

Git Ignore

Git ignore is a feature of the Git version control system that allows you to specify files or directories that should be ignored by Git

GitOps

Use Git on Linux

Use Git on a Linux systems

Last modified July 21, 2024: update (e2ae86c)