Git

Git Installation for Windows

Install Git for Window from https://git-for-windows.github.io When installing select below options:                       Below setting will allow you to have Git Bash as well as integration with windows command prompt.                       Choose line endings that you  prefer (It can be changed… Read more →

Part 1 - Basic Concepts about Git

Part 1 – Basic Concepts about Git

Let’s learn some basic concepts about Git What is Git? Git is a popular distributed version control system that’s widely used among programmers and developers for developing and maintaining code. What is Version Control System? It tracks the changes to projects over time automatically so that you can check progress or revert to an earlier version if required later. It… Read more →

Let's Explore GitHub

Let's Explore GitHub

What is GitHub? GitHub is a web-based hosting platform for Git repositories. Git is a popular version control system that’s widely used among programmers and developers for developing and maintaining code. A GitHub is built on top of Git, and it allows you to have both local and remote copies of your projects. GitHub Features GitHub have lots of features… Read more →