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.
Developer shares his experience building a Bluesky Thread Viewer tool using AI assistants like Claude and ChatGPT.
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 guide to re-ordering Git commits using interactive rebase, including conflict resolution and cancellation.
A guide on using git rebase to safely delete unwanted or sensitive commits from your Git history, including a warning about its destructive nature.
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 using django-simple-history for tracking model changes and version control in Django projects.
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.
A developer shares their journey of making their personal website's source code public, discussing vulnerability and overcoming imposter syndrome.
An in-depth look at Git's internal mechanics, including its object model and core workflow, with a guide to building a simplified version.
A guide on using Git and GitHub workflows for contributing to open-source projects, covering forking, cloning, and syncing repositories.
A guide to making Django projects portable and easy to share across different machines using Git and dependency management.
A technical guide on using git filter-branch to resolve complex merge conflicts and backport documentation changes in a software project.
A guide to establishing a productive Git workflow for development teams, covering branch strategies and best practices.
A beginner's guide to using Git and GitHub for code version control, based on a Python Frederick presentation.
Author shares the collaborative process and statistics behind writing the second edition of 'Laravel: Up and Running'.