My Git Aliases
A developer shares and explains their personal collection of Git aliases to streamline common version control commands and workflows.
A developer shares and explains their personal collection of Git aliases to streamline common version control commands and workflows.
A beginner's guide to pulling changes from a Git remote repository, covering the fetch and pull commands in a typical workflow.
A beginner's guide to setting up a Git remote on GitHub, covering repository creation and linking a local repo using the Fork GUI.
A beginner's guide to making your first Git commit using the Fork client, covering staging files and writing commit messages.
A beginner-friendly guide to understanding Git and setting up a Git client, focusing on the Fork application.
Argues that Git is already decentralized via email, and new forges should embrace email-based collaboration instead of building separate ActivityPub systems.
Explores the benefits of using email-based git workflows with tools like git send-email, contrasting them with web platforms like GitHub.
Announcing four in-depth tech workshops on SQL Server, Git/GitHub, Cassandra, and Microsoft Azure at the Tuga IT 2018 Summer Edition conference.
A beginner-friendly guide to setting up and using Git and GitHub, covering essential commands for web development.
A developer details migrating their blog from Tumblr to GitHub Pages using blogdown, including challenges with Python setup and MathJax.
A developer compares GitHub to his alternative platform, sr.ht, discussing design philosophy, features like CI, and a different business model.
Windows 10 update 1803 broke git SSH authentication; author explains the conflict and provides a fix.
An article encouraging programmers to dive into and contribute to open source projects, even when they seem intimidating or unfamiliar.
A technical guide on using Git's filter-branch command to clean up a repository's history by removing unwanted files like bin/ and obj/ directories.
A guide on using Sourcetree to synchronize a forked Git repository with its upstream source via fetch and rebase operations.
A guide on how to use specific git commits of third-party packages in Python projects, covering setup.py and requirements.txt configurations.
Explores how to represent multiple authors in Git commits for pair programming, discussing the Co-authored-by convention and native support.
A guide to using Git Bisect, a powerful Git command for efficiently finding the commit that introduced a bug or specific change.
A curated list of essential Git and GitHub guides, tutorials, and resources for developers to master version control and resolve common issues.
A detailed guide to the author's personal Visual Studio Code setup, including essential extensions, themes, and tools for web development.