How to reuse the last parameter in a terminal command
Explains how to use Bash's $_ and !$ to reuse the last parameter from a terminal command, saving time and keystrokes.
Explains how to use Bash's $_ and !$ to reuse the last parameter from a terminal command, saving time and keystrokes.
Explains how to add a 'suggest an edit' link to Jekyll blog posts, enabling readers to easily submit corrections via GitHub pull requests.
Introducing Hooks, a simple tool for running custom commands on GitHub webhooks to enable easy continuous deployment.
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.
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 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 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.