git recent: what branch did I work on? [blog]
A developer shares a custom Git alias to quickly list the most recently worked-on local branches, helping track workflow across multiple branches.
A developer shares a custom Git alias to quickly list the most recently worked-on local branches, helping track workflow across multiple branches.
A developer explains why switching from Git GUIs to command line with custom aliases improves productivity and workflow efficiency.
A developer shares two custom Git commands, 'git ui' and 'git identity', to streamline workflow by integrating a GUI client and managing user profiles.
A guide to creating and using Git aliases to streamline common version control commands and improve workflow efficiency.
A guide to creating Git aliases that automatically detect and checkout a repository's default branch, handling the transition from 'master' to 'main'.
A developer shares their personal collection of useful shell aliases for zsh, including commands for npm, yarn, and system tasks.
A developer shares his personal Git command line aliases and how to create them in Bash and Fish shell.
Advanced Git alias examples for squashing commits and managing pull requests, boosting developer workflow efficiency.
A guide to creating time-saving Git command-line aliases for common tasks like committing, pushing, and branching.
A guide on using terminal aliases to drastically improve speed and productivity for software developers.
A developer shares and explains their personal collection of Git aliases to streamline common version control commands and workflows.
A developer shares their favorite Git aliases for streamlining common version control tasks in the terminal.
A guide to configuring Mercurial to hide inactive branches by default using a custom alias in the .hgrc file.