Abijith K Aabijithka.hashnode.dev·Oct 15, 2024Git: Basic CommandsMake Your First Version After the Configuration of Git in your local System, Next step is to initialize the git tool in your project that your are going to work. To do this, ensure you are inside your project's folder. Then, follow these steps to cre...Discuss·30 readsbasic comands
Thirdy Gayaressoftware-engineer.thirdygayares.com·Sep 22, 2024Standard naming convention for commit messagesThe standard naming convention for commit messages often follows the Conventional Commits specification. It helps to keep commit messages consistent and readable, especially when generating changelogs or tracking changes in a project. Here are the co...Discuss·1 like·189 readsGit
Ankita Lunawatcloudhub2295.hashnode.dev·Sep 2, 2024Introduction to GitGit is a distributed version control system that tracks changes in source code, allowing multiple developers to collaborate.. Key Features of Git Version Control: Git tracks changes to files over time, allowing you to revert to previous versions if ...Discuss·1 likeGit
Sourav Sahadev-sourav.hashnode.dev·Sep 1, 2024Git for Beginners: A Friendly Guide to Version ControlAre you new to programming and keep hearing about this thing called Git? Don't worry! This guide will walk you through the basics of Git, a powerful tool that helps you manage your code and collaborate with others. Let's dive in! What is Git? Git is ...Discussversion controll
Abhishek KCkcabhishek.com.np·Aug 10, 2024Committing changes to the local git repositoryIn the previous article, we staged the changes we made to the files. Now, we will be committing our code to make the changes permanent and make additional changes on top of them. Committing changes Once we have staged our changes, we can now use git ...DiscussLet's learn GitGit
Ayush Soniayushsoni1010.hashnode.dev·Jul 21, 2024Git Together: Pro Tips for Commits and BranchesHey everyone, In today's blog, I want to share some best practices for using Git more effectively. You know Git, right? Yes, the Git that you’re already familiar with and that amazing tool that makes our coding journey smooth. Git is like your trusty...Discuss·1 like·47 readsGit
Arnold Bernardarnold101.hashnode.dev·Jul 8, 2024Day 12 - AWS CODECOMMITGetting started with CodeCommit AWS CodeCommit is a fully managed source control service provided by Amazon Web Services (AWS). It is a secure and scalable Git-based repository hosting service. Features of CodeCommit Git Repositories: AWS CodeCommit...DiscussAWS
Tanmoy Gangulyxanmoy.hashnode.dev·Jun 7, 2024Mastering Git Commit Types: A Comprehensive Example in ConventionIn this detailed example, we explored various types of Git commits using the conventional commit format. Each commit type serves a specific purpose, such as adding new features, fixing bugs, updating documentation, and optimizing performance. By adhe...Discuss·55 readsGitHub
Ayodeji Hamedmyblog.qurtana.com.ng·May 24, 2024From Frustration to Proficiency: Solving GitHub’s Toughest Challenges (Part 1)Welcome to the inaugural installment of "From Frustration to Proficiency: Solving GitHub’s Toughest Challenges" on the DevOps/Cloud with Qurtana blog! Whether you're a seasoned developer or just beginning your coding journey, GitHub can often seem li...Purity Nzao and 1 other are discussing this2 people are discussing thisDiscuss·37 readsGitHub
Gaurav Aggarwalaggarwalgaurav1012.hashnode.dev·Mar 27, 2024Git and GitHub: A Beginner's GuideIntroduction In the world of software development, version control is essential for managing changes to codebases effectively. Git has revolutionized the way developers collaborate and track changes in their projects. Paired with GitHub, a popular pl...Discusssoftware development