Set up a GitHub Account
What is GitHub? GitHub is a development platform where you can collaborate with others on software projects. Why use GitHub? It lets you store projects and tracks the changes It…
What is GitHub? GitHub is a development platform where you can collaborate with others on software projects. Why use GitHub? It lets you store projects and tracks the changes It…
What is Git and Why Does it Matter? Git is a very commonly used version control system. It tracks the changes you made to files. Git is very useful because…
In this article, we will learn how to create a new empty GitHub Repository. We are going to create a remote Git Repo. And below is an illustration to demonstrate…
In this article, we will create a simple website using GitHub Pages. You can see a very simple sample at https://jess1sd.github.io/jess/ Go to https://github.com/ and log in to your GitHub…
In this article, we will demonstrate how to clone a Remote Git Repo to your local Development Machine to be a Local Git Repo First, find the link to "clone"…
This entry shows how and why you need to generate Git Personal Token Git Personal Token is required to interact with Git Server. It is different from the Git Account…
To understand Git, let's break it down into parts that make Git work for you The anatomy of Git Repo Create a GitHub Account and Set up Dev Machine Create…
In this blog, I talked about Git and GitHub and how you will use them in your project development. Git is a version control system for software development, and GitHub…
This article shows how to perform more relatively advanced actions with Git Tutorials: From Git: https://git-scm.com/docs/gittutorial From Atlassin: https://www.atlassian.com/git/tutorials How-Tos that I used often How To …
This blog shows how one can use multiple Git accounts on one development machine. This would become handy if you are working on personal, work, or school projects on the…