Alexander Trotsenkoatrotsenko.hashnode.dev·Nov 25, 2024Как работать с пул-реквестами в личном репозитории GitHubВведение Обычно в инструкциях по пул-реквестам (pull request) GitHub рассматривают примеры на базе форков (fork). Мы же попрактикуем работу с пул-реквестом исключительно в пределах личного репозитория. С одной стороны, работать в личных репозиториях ...44 readsGitпул реквест
Harsh Goswamicoderg-tales.hashnode.dev·Sep 26, 2024Managing Collaboration in Projects with GitHub 🌟🚀 This blog will cover best practices for managing local development with live code on GitHub. ✨ GitHub is more than just a version control system; it’s a platform that fosters collaboration among developers. With features like branching, pull reque...1 likeCodeQuaily
Md Saif Zamanlazyops.hashnode.dev·Sep 17, 2024Understanding the Git Workflow: Commits, Branching, and MergingGit is a powerful version control system that allows developers to manage and track changes in their codebase effectively. In this blog post, we'll dive into the core Git workflow, focusing on commits, branching, and merging. Whether you're new to Gi...Git
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 ...version controll
Kajal Patilkajalpatil.hashnode.dev·Aug 12, 2024Mastering Git: A Beginner's Journey to Seamless Version ControlGit is an essential tool for managing and tracking changes in your code. This guide will introduce you to Git’s core concepts using a straightforward example: managing a personal project called "MyRecipeBook." We’ll walk through practical examples to...branching and merging
Pratyukt Writespratyukt.hashnode.dev·Aug 8, 2024Getting Started with Git: Configuration and Essential CommandsBy Pratyukt Mohapatra Introduction Welcome! If you're new to Git and want to learn how to set it up and use basic commands, you've come to the right place. This guide will walk you through the initial configuration and some essential commands to get ...68 readsGit Version Control Git Configuration Git Basics Git Commands Developer Tools Software Development Coding Tips Git Workflow Version Control Systems
Hamza Kachachihamzakachachi.hashnode.dev·Jul 22, 2024Unlocking Advanced Git Skills for Full Stack DevelopmentGit is an essential tool in the modern full-stack developer's toolkit. While basic commands like git add, git commit, and git push are commonly used, there are advanced features of Git that can significantly enhance workflow efficiency. In this blog ...1 likeAdvanced Git Techniques
akash javaliblog.akashjavali.com·Jul 16, 2024Mastering the Art of Commit Messages with Conventional CommitsIn the world of software development, clear and concise commit messages are crucial. They provide insight into the history of a project, making it easier to track changes, debug issues, and understand the evolution of the codebase. However, writing m...131 readsGit
Kajal Upadhyaythetechgirl.hashnode.dev·Feb 21, 2024Git Workflow and its ModelsFor beginners, understanding Git workflows can be daunting. In this blog post, we'll learn about Git workflow, explaining its importance and exploring some common Git workflow models. Importance of Git Workflow Git workflow refers to the conventions ...Git
SWATHI PUNREDDYswathireddy.hashnode.dev·Feb 11, 2024Day 11 Task: Advanced Git & GitHub for DevOps Engineers - Part 2Welcome back to our DevOps journey! In today's installment, we're diving deeper into Git and GitHub, focusing on advanced techniques that every DevOps engineer should master. Let's explore Git stash, cherry-pick, and resolving conflicts. Git Stash: S...48 reads#CodeManagement