Git Cheat Sheet
Git Cheat Sheet
Categories:
3 minute read
Git Cheat Sheet
3 minute read
This is an example of how you can clone an existing Git repository onto your workstation from GitHub
2 minute read
This is an example of how you can create a new Git repository on your workstation and then add it to GitHub
2 minute read
Git is a distributed version control system that allows you to track changes to your code and collaborate with other developers.
less than a minute
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.
less than a minute
This script automates the process of committing changes, bumping version numbers, and maintaining a changelog for a given Git repository. The script is interactive, prompting the user to make decisions at each step.
less than a minute
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
2 minute read
Use Git on a Linux systems
less than a minute
This is a production site.