News

GIT_and_GITHUB_Basics 🧠 What I Learned Today WEEK 1 – DAY 1 I learned about git and GitHub. Git is mainly a version, a tool or a software whereas GitHub is a website where we upload code using git.
Understanding GitHub Basics In the ever-evolving realm of software development, GitHub stands as a bedrock, a cornerstone, and a beacon of collaborative prowess. To embark on this journey of ...
Initialize a Git Repository with git init Git operates on a directory level. When we have a new directory that we want to track our files in, we need to initialize the directory as a Git repository.