Git Tricks: Get the last checked out branch
Learn two Git tricks: quickly switch back to the previous branch and view the last 5 checked-out branches using reflog.
Learn two Git tricks: quickly switch back to the previous branch and view the last 5 checked-out branches using reflog.
A developer shares a specialized git workflow for separating refactoring from feature work to improve code review efficiency and clarity.
A developer explains why switching from Git GUIs to command line with custom aliases improves productivity and workflow efficiency.
A guide to writing clear and structured Git commit messages to improve code history readability and maintainability.
A beginner's guide to installing Git, setting up a repository, and making your first commit with step-by-step instructions.
A developer shares their personalized .gitconfig setup, including aliases, color schemes, and productivity tips for a better Git workflow.
Discusses the challenges of keeping software dependencies updated and compares manual vs. automated strategies for managing updates effectively.
A guide on using git rebase to safely delete unwanted or sensitive commits from your Git history, including a warning about its destructive nature.
A developer shares a simple Makefile script to automate git commits with timestamps, improving version control habits during side projects.
A tutorial introducing the basics of GitHub and how it integrates with Git for version control and collaboration.
A beginner's guide to Git and GitHub, covering basic concepts, terminology, and initial setup for version control.
A developer shares a script for Neovim/Vim to quickly generate and copy web UI links to specific code regions, improving technical discussions.
A review of iA Writer's new Authorship feature for tracking edits, highlighting its innovative concept but problematic implementation for static site generators.
A guide to setting up a version-controlled Terraform repository using git, covering basic concepts and best practices for infrastructure as code.
A comprehensive guide to mastering the essential Git commands 'git pull' and 'git push', covering their anatomy, options, and best practices.
A guide to analyzing git commit history and file changes using Azure Data Explorer for better repository visibility.
A developer compares Azure DevOps and GitHub, listing 22 reasons to switch for better collaboration, inner sourcing, and pull request workflows.
A developer shares their personal list of default apps and tools for productivity, coding, and daily tasks in 2024.
Explains why creating a new branch for pull requests, instead of using main, prevents workflow issues and conflicts in Git.
Learn how to use the 'git branch --show-current' command to display your current Git branch name for command line and automation tasks.