Change commit timestamps in Git
A technical guide explaining how to change the author and committer timestamps for Git commits, including recent commits and those deeper in history.
A technical guide explaining how to change the author and committer timestamps for Git commits, including recent commits and those deeper in history.
Using AI coding agents to automate repetitive plugin upgrades for Datasette 1.0, running six parallel sessions.
A personal retrospective of the various writing tools and platforms the author has used to publish online over the past twenty-plus years.
A beginner's guide to using Git and GitHub for version control in web development, covering installation and basic local repository usage.
A guide on merging two Git projects while preserving the complete commit history and contributor attribution.
A critique of overly detailed Git commit messages, arguing that while entertaining, they may not represent best practices for software engineering.
A guide to re-ordering Git commits using interactive rebase, including conflict resolution and cancellation.
A guide to customizing your terminal shell prompt to display Git branch and status information using git-prompt.sh under Nix/Linux.
A developer details the technical process of merging her separate blog and main website into a single Astro-based site for better SEO and maintenance.
Learn how to sort Git branches by commit date instead of alphabetically using git branch --sort and global configuration.
Learn three methods to use a Nix flake for development environments without committing the flake files to a Git repository.
How to configure TinaCMS to add yourself as a co-author to Git commits, ensuring contributions appear on your GitHub profile.
Learn how to use the 'git branch --show-current' command to display your current Git branch name for command line and automation tasks.
Learn how to give credit to other developers by co-authoring Git commits using the command line, with support from GitHub and GitLab.
A guide to customizing your Zsh terminal prompt with Git integration, colors, and useful information.
How to rename a folder with special characters on GitHub's website using the filename editor or web-based editor.
A beginner-friendly guide for front-end developers to learn essential terminal commands and tricks for modern web development.
A guide to implementing GitLab's premium 'pull from remote repo' feature for free using a custom Docker image and GitLab CI/CD pipelines.
A developer proposes a new 'commit groups' feature for Git to improve handling of merge strategies and project history clarity.
Learn how to fetch a remote feature branch from a GitHub pull request to review changes locally using specific git commands.