category
Github
5 posts
The Art of Git Is Dying
Commits used to tell the story of how software got built, funny messages and all. Now a whole feature lands in one commit with thousands of lines, and git has quietly turned into a sync button for GitHub instead of a record of how the work actually happened.
Common Git Errors and How to Solve Them
Git errors can be frustrating but most have simple fixes once you understand what they mean. Knowing how to read and resolve them is a skill that will save you a lot of time as a developer.
Bye Bye Personal Access Token: Cloning and Pushing to GitHub with SSH
SSH is a simpler and more secure alternative to personal access tokens that lets your machine authenticate with GitHub automatically once it is set up.
Mastering Git and GitHub
Git and GitHub are essential tools for every developer: Git tracks your code history locally, and GitHub makes collaboration seamless by hosting your repositories and enabling structured code review through pull requests.
Git, GitHub, and the Art of Version Control
Version control is an essential tool for tracking changes to your code over time, and Git is the industry standard that every software engineer should get comfortable with early.