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…

--

--