git-flight-rules
Git troubleshooting guide
A guide for programmers on how to navigate common Git problems and resolve issues with their repositories.
Flight rules for git
42k stars
654 watching
3k forks
last commit: 5 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
joshnh/git-commands | A collection of commonly used Git commands and their descriptions. | 5,180 |
qw3rtman/git-fire | Automates emergency Git repository management by creating a new branch and pushing all changes to prevent merge conflicts. | 4,358 |
git/git | Distributed revision control system with a rich command set. | 52,873 |
pierreroth64/git-style-guide | A comprehensive guide to Git best practices and workflow for collaborative development projects. | 28 |
git-bug/git-bug | A distributed, offline-first bug tracker embedded in git that allows collaborative development without vendor lock-in. | 8,165 |
jesseduffield/lazygit | A tool that simplifies Git interactions by providing an interactive and intuitive terminal interface | 54,158 |
paulirish/git-open | A utility script to open repository pages in a web browser. | 3,327 |
git-town/git-town | Automates the creation and management of Git branches to improve productivity in development workflows. | 2,672 |
mariorodeghiero/git-commands | A desktop app providing quick access to Git commands and documentation | 36 |
gpt-engineer-org/gpt-engineer | An AI-powered platform to experiment with software engineering tasks using natural language input. | 52,634 |
jlord/git-it-electron | A desktop application that teaches Git and GitHub basics through interactive challenges | 4,688 |
gittools/gitversion | Automates versioning in .NET applications by analyzing Git history and generating SemVer versions | 2,889 |
git-game/git-game | A terminal game designed to test and teach git commands through a series of tasks | 3,131 |
nvie/gitflow | A collection of Git extensions to support Vincent Driessen's branching model. | 26,688 |
jayphelps/git-blame-someone-else | Script to modify commit history and attribute code changes to someone else. | 10,944 |