Ansh Agrawalansh076.hashnode.dev·Dec 8, 2024Mastering Version Control: The Backbone of Modern Software DevelopmentUnderstanding Version Control Systems, Their Importance, and How They Empower Collaboration and Productivity. Managing changes in projects is very important, especially in today’s fast-moving software world. Version Control Systems ( VCS ) help teams...Discussversion control
Pritom Purkayastapritom.hashnode.dev·Oct 10, 2024🚀 Git Tip: How to Save Your ASS with git commit --amend 🔄As developers, we’ve all been there—realizing that we need to fix our last commit, whether it’s a typo in the commit message or forgetting to stage changes. Thankfully, git commit --amend can be a true lifesaver. Here’s a quick guide to mastering thi...Discuss·1 like·35 readsGitHub
Doug Dawsonblog.dougdawson.info·Aug 11, 2024Is Your Git Repo Communicative?I saw a few tips on LinkedIn regarding good habits for git commits. It made me wonder about how my team and other teams in my organization use git and if they use it to communicate effectively. One thing I noticed for the repositories at my organizat...DiscussGit
Nile Bitsnilebits.hashnode.dev·Aug 4, 2024Boost Your Productivity: Sorting Git Branches Like a ProIn modern software development, Git is the cornerstone for version control, offering an intricate yet efficient system for managing code changes. One aspect often overlooked is the organization and sorting of Git branches. Properly managing and sorti...DiscussGitHub
Vukani Gcabashevukanig.hashnode.dev·Jul 23, 2024Introduction to GitGit is an essential tool for developers, providing a powerful way to manage and collaborate on code. This article will introduce you to Git, explain its benefits, and guide you through essential topics with practical examples and use cases. We'll als...DiscussGitHub
Jamey Bartondbajamey.hashnode.dev·May 29, 2024A Single Killer Feature You Need For Collaborative Database Development: Source Control For MySQLDatabase development is a complex process that requires quality planning, technical skills, experience, and collaboration. Regardless of the project scope and the development team size, efficient partnership can help you improve, accelerate, and simp...DiscussDatabases
Bob Blackburnbobblackburn.com·Apr 29, 2024Manage Database Releases With Pre- and Post-Deployment ScriptsVisual Studio protects you and your data during deployments by making sure you do not delete data by accident. Such mishaps can be caused by shortening a column, dropping a column, and similar data operations. You can disable this. But I would only r...DiscussSQL Server
Bob Blackburnbobblackburn.com·Apr 29, 2024Manage Cross-Database Development in Visual StudioWhen streamlining our database development process, we first must get our databases under source control. Often, the code accesses other databases on the server. Whether it is another in-house database or a vendor database, dependencies make version ...Discuss·1 likeSQL Server
Jamey Bartondbajamey.hashnode.dev·Jan 19, 2024MySQL Version Control: How to Do It Like a Pro in Git, SVN, and MoreShould you put your MySQL database under version control? And if you do, how? Source control is like a time-travel machine for your code. It tracks changes, avoids chaos, and helps you collaborate seamlessly. For databases, it’s a guardian angel. It ...DiscussMySQL
Riki Phukonrikiphukon.hashnode.dev·Dec 15, 2023How I write Commits like a proCrafting effective commit messages is a hallmark of experienced developers. Embracing the Conventional Commits specification stands as a beacon for structuring commit messages. It’s not just a guideline; it’s a pathway to a clearer commit history tha...DiscussGitHub