Rohan Ankarigari Bodaforroankari.hashnode.net·Feb 24, 2023How Stacked Commits Can Help You Write Better Code FasterWhat are Stacked Commits? Stacked commits, also known as stacked diffs, stacked changes, or patch stacks, are a way of delivering code where a deliverable is split into multiple units of change that build on top of each other, and each unit of change...Discuss·10 likes·39 readsGit
Harshit PathakforCoding with Hypeharshitgeek.hashnode.net·Jan 18, 2023Git , GitHub and VCS :Introduction: Git, GitHub, and version control systems (VCS) are all closely related technologies that play a crucial role in modern software development. In this article, we'll take a closer look at what each of these technologies is, how they're us...Discuss·2 likes·68 readsGitHub
Amit ThakurforMagento, React, Python & MLamitshree.hashnode.net·Apr 22, 2023Useful git commandsI've compiled a list of helpful Git commands that I found useful as a beginner. These commands can come in handy while you're learning Git and trying to improve your workflow. Few golden rules while you’re working with git. Always pull from the rem...Discuss·1 like·32 readsWeb DevelopmentGit
Amit ThakurforMagento, React, Python & MLamitshree.hashnode.net·Apr 22, 2023Useful git commandsI've compiled a list of helpful Git commands that I found useful as a beginner. These commands can come in handy while you're learning Git and trying to improve your workflow. Few golden rules while you’re working with git. Always pull from the rem...Discuss·1 like·32 readsWeb DevelopmentGit
Kairav ThakkarforWEB2, DevOps, & Linux Explorerdevkairav.hashnode.net·Apr 21, 2023Git and GitHub for the e^win!chaVersion Control Systems are a must-needed skill in the repertoire of any software developer. Today, we will explore Git, an open-source version control system. GitHub is a for-profit company providing Git with access control, bug tracking, softwar...DiscussGit
Rohan Ankarigari Bodaforroankari.hashnode.net·Feb 24, 2023How Stacked Commits Can Help You Write Better Code FasterWhat are Stacked Commits? Stacked commits, also known as stacked diffs, stacked changes, or patch stacks, are a way of delivering code where a deliverable is split into multiple units of change that build on top of each other, and each unit of change...Discuss·10 likes·39 readsGit
Harshit PathakforCoding with Hypeharshitgeek.hashnode.net·Jan 18, 2023Git , GitHub and VCS :Introduction: Git, GitHub, and version control systems (VCS) are all closely related technologies that play a crucial role in modern software development. In this article, we'll take a closer look at what each of these technologies is, how they're us...Discuss·2 likes·68 readsGitHub
Bilal Shafiqfor@mrbilalshafiqmrbilalshafiq.hashnode.net·Jan 7, 20235. Introduction to Version Control Systems (VCS)What is a version control system? A version control system (VCS) is a type of software that is used to manage changes to files, including source code, documents, and other types of digital assets. It allows developers to track changes made to the fil...Discuss·1 like·70 readsDevOps Training 2023vcs
June Dangforjunedangjunedang.hashnode.net·Dec 21, 2022Getting started with version control – part 1:– What is version control?If you are learning how to develop a project and on the path to becoming a developer, you have at least heard a term called "version control" or "source control". In today's article, you will read about what is version control, how it works, and how ...DiscussDeveloper
Sanket GhormodeforSanket's say!aw-santo.hashnode.net·Sep 30, 2022What is 'VCS' (version control system)?VCS -> Version Control System what is 'VCS' It is a software or system used for managing different versions (changes) in the working project. it manages and considers only the changes in the project and not all the files. naive way to implement 'V...Discuss·103 readsBlogsWithCC
Junior KamlaforAL D-Kodealkaj.hashnode.net·Aug 5, 2022Git: Un push suffit!Et si la machine sur laquelle j'ai commencé ce projet tombait en panne? Et si je voulais continuer de travailler depuis une autre machine? Et si je voulais qu'un autre regarde(révise) mon code pour me donner son avis? Et bien un git push s...DiscussGit
Ujjawal MauryaforUjjawal Mauryaujjawalmauryaum.hashnode.net·Jul 24, 2022Basics of GitGit which is a version control tool used to monitor and track changes in our files and push our source code to remote depository. Created by Linus Torvalds, It is a phenomenal tool to use, but becomes very challenging and daunting for newbies at firs...Discuss·42 readsGit
5 Mins Learnfor5MinsLearn5minslearn.hashnode.net·Jul 2, 2022Push your code to remote repo — Getting Started with Git Basics 2As we all know, Git is a Distributed Version Control System (DVCS). In this article, let’s have a look at how we can push our code to a remote repo, so that others can pull our code and work simultaneously. This is the continuation of my previous art...DiscussGit