TechEazy Consultingblog.techeazyconsulting.com·Aug 28, 2024GitHub Mastery: Creating Repositories and Managing PRs with EaseLearn how to efficiently manage code versioning and collaboration using GitHub in this comprehensive guide. From creating new repositories to understanding branches and managing pull requests (PRs), this post will help you get started with GitHub’s p...Mastering Backend Development with Java, Spring, and AWSGitHub
prasanna pinnamlakshmiprasanna.hashnode.dev·Jun 11, 2024Ultimate Git Cheat Sheet that Every Software Developer Needsinstall git on your computer git download link for windows use git bash as a terminal, it has unix command compatibility After installing Git, verify the installation git --version You should see the installed version of Git after this command. Conf...Git
rivondaverivondave.hashnode.dev·Mar 11, 2023Getting Started With Open Source (Steps Taken To Make My First Pull-Request)As a software developer, did you know contributing to open-source comes with massive benefits? Just like every developer looking to contribute to open-source for the first time, I was lost. Strange commands here and there made me question if I could ...27 likes·80 readsOpen Source