#github
Read more stories on Hashnode
Articles with this tag
Git Stash:- Git stash is a command that allows you to temporarily save changes you have made in your working directory, without committing them. This...
What is Branch? A Branch is a representation of different isolated versions of code. Let me explain with a help of an example. I have cloned the...
What is Git? Why is it important? Git is a version control system. It is used to track changes to your file. You can revert changes to its previous...
Git:-Git is a version control system which is used to track changes to your files. With the help of Git, you can track who made the changes, you can...
Package managers:- A package manager is a tool or a way to install, upgrade, and remove software packages on the operating system. It can be...