© 2022 Hashnode
#git
"Git" and "Github" are commonly used in the software development industry and can be a bit confusing for a newbie. Firstly, Git and Github are not the same things. Let's see Git as a tracker, it track…
What is Git ? Git is the free and open source distributed version control system that's responsible for everything GitHub related that happens locally on your computer. This cheat sheet features the m…
Hey👋 Everyone, welcome to this blog you will get to know what is Open Source and why you should know about it. Hope you have already read my last blog on Git version control and GitHub because that i…
Wassup guys! Most people tend to use the words GIT and GITHUB interchangeably and get them confused which is quite wrong GIT is a VERSION CONTROL software, i.e. It tracks changes to a set of files over time GITHUB is an online code reposito…
What is Git? Git is a free and open-source version control system, which means that it is a tool for version control of project files. It mostly used by DevOps for source code management. Why use a Ve…
This article is for my younger self (or any newbies) for using the git command-line, effectively, with a quick note on how I use the commands. 1. git fetch origin Pulls all the branches/tags from the …
Git is a Version Control Software GitHub is a website for hosting our Git repositories remotely Download Git from here To Setup your Git for the first time - $ git config --global user.name "your_na…
Disclaimer: Git and GitHub are related but not the same. Git is software used for version control. GitHub is a company using Git software to provide GUI on git and various other features. What is git?…
Intro After four years of learning in the CE field in China, I still got no clear concept of the world's popular developing platforms, especially for GitHub, the largest developing platform in the wor…
Crash Course Overview If you want to get started on learning about Git technology, you’ve come to the right place. This is a comprehensive beginner’s guide to Git. Git and GitHub are two technologies…