George Litos
George Litos
Home
Posts
Projects
Talks
Publications
Light
Dark
Automatic
Git
Git Cheatsheet
In today’s collaborative development world (as of 2024), version control is crucial for managing code effectively. Git, a distributed version control system (DVCS), has become the industry standard for developers of all backgrounds.
Last updated on May 12, 2024
11 min read
How to bypass Git Hooks
git push --no-verify is a command used to push your local changes to a remote repository without running pre-commit hooks or pre-push hooks. Pre-commit hooks and pre-push hooks are scripts that run before a commit or a push, and they are used to perform automated tests, code quality checks, or other actions that help ensure the quality and correctness of your code.
Mar 8, 2023
2 min read
Git ...not just version control
An introduction to Git
George Litos
Jul 1, 2022
Slides
Slides
Git …not just version control.
George Litos
Jun 25, 2022
Cite
×