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: 3 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,160 |
qw3rtman/git-fire | Automates emergency Git repository management by creating a new branch and pushing all changes to prevent merge conflicts. | 4,346 |
git/git | Distributed revision control system with a rich command set | 52,543 |
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,148 |
jesseduffield/lazygit | A tool that simplifies Git interactions by providing an interactive and intuitive terminal interface | 53,100 |
paulirish/git-open | A utility script to open repository pages in a web browser. | 3,320 |
git-town/git-town | Automates the creation and management of Git branches to improve productivity in development workflows. | 2,623 |
mariorodeghiero/git-commands | A desktop app providing quick access to Git commands and documentation | 35 |
gpt-engineer-org/gpt-engineer | An AI-powered development tool that uses natural language to generate and execute code. | 52,392 |
jlord/git-it-electron | A desktop application that teaches Git and GitHub basics through interactive challenges | 4,675 |
gittools/gitversion | Automates versioning in .NET applications by analyzing Git history and generating SemVer versions | 2,867 |
git-game/git-game | A terminal game designed to test and teach git commands through a series of tasks | 3,127 |
nvie/gitflow | A collection of Git extensions to support Vincent Driessen's branching model. | 26,651 |
jayphelps/git-blame-someone-else | Script to modify commit history and attribute code changes to someone else. | 10,903 |