Posts for git

Learn Git, Github, and Opensource – Course

INTRODUCTION This course will introduce you to git with some of its most important commands everyone should know. In this course, we will use the command-line tool to leverage the full potentials of git as it is a good way to use git. We will be more practical in explaining the basic concept and commands […]

January 30, 2020 in Courses

Understanding branching in Git

Introduction to branching in Git The concept of branching in git is broad and it would be better understood with a more practical approach. But then it is good to understand what a branch is why we should ever create a branch and when to create a branch. What is branching in Git Branching in Git […]

January 30, 2020 in Git

Getting started with Git on your machine

How to configure Git Before git can be configured on your machine, you need to create a GitHub account if you don’t have one. Creating a GitHub account is pretty easy, just get to the GitHub official website and click the signup button, fill the necessary details, submit and hurray!!! you get an account with […]

January 30, 2020 in Git

Introduction to Git

Git is a distributed version control system for storing and tracking changes in computer files. This means that git allows many developers to work on the same project without being on the same network. Git is not a programming language as many new developers do assume. It is only an important tool that every developer […]

January 29, 2020 in Git