Not wasting time with version control
Practical advice for software teams to reduce merge conflicts and improve collaboration using version control best practices.
Practical advice for software teams to reduce merge conflicts and improve collaboration using version control best practices.
The article argues for making website source code public by default, especially for blogs and simple sites, to help other developers learn and collaborate.
A developer shares custom Git action icons created for the PHPStorm IDE toolbar to replace missing default buttons.
A guide on how to delete a commit from a remote Git repository using the command line.
Advocates for establishing a 'Git-iquette'—a set of etiquette rules for using Git in team projects to improve code history clarity and collaboration.
A tool called Word Diff enables version control and collaboration on Microsoft Word documents using Git and GitHub by converting them to Markdown.
Explores methods for scheduling future posts with the Sculpin static site generator, including using the 'at' command and different deployment strategies.
A guide on how to revert a single file to a previous state using Git commands like 'checkout' and 'reset'.
Analyzing Linux commit messages using TF-IDF to identify what individual developers work on, beyond common stop words.
A developer shares a tip about a minor bug in Visual Studio Online's Git integration with Team Explorer and provides a workaround.
A guide to providing constructive and respectful feedback during code reviews, using examples from Linus Torvalds and a more positive approach.
A guide to managing Git hooks, covering client-side hooks, setup, and centralized management via git templates.
Learn how to checkout a GitHub Pull Request directly using Git commands and aliases, without needing external tools like the hub gem.
A guide on how to sync a forked Git repository with its upstream source using command-line steps and custom Git aliases.
A developer explains how to make GitHub track contributions to OpenStack repositories by starring them, using a Python script.
A collaborative effort to create an ongoing, community-driven book about KDE Frameworks 5 for Qt developers, using a git-based infrastructure.
A guide on using Git's interactive rebase to squash multiple commits, cleaning up commit history by merging them.
A guide to unit and functional testing of Ruby applications that interact with git, using RSpec to verify commands and their execution.
A developer shares their experience and provides a step-by-step guide for making a first contribution to the Rust open-source project.