Member-only story

Learn git commands by practicing them.

Akshay Devkate
6 min readAug 8, 2022

Photo by Roman Synkevych 🇺🇦 on Unsplash

A skill that every software developer must have regardless of technology or programming language is know how to use git.

git is an open source code management software that allows numerous developers to collaborate on non-linear development projects.

To fully understand git commands we will use GitHub for this tutorial where we can practice and run git commmands on public repository.

GitHub is a service that hosts Git repositories, but it also has its own set of services. GitHub is a Web-based graphical interface for Git, which is a command line application. For each project, it also includes access control and collaboration capabilities such as wikis and basic task management tools.

Pre-requisite

Basic understanding of react, html and commands, git etc.

Tutorials:

Cloning, Commiting

We will be understanding git commands by performing them on public github repository. You will be immediately track the changes in code as it is public repository.

We will be using github pages to host our simple website which you can change during practice and you will be able to see the changes to the website immediately.

  1. Getting started “clone remote repository”

No responses yet

Write a response