Git is a very popular version control system. And its used by many developers whether they are developing any software or they are developing some AI code.
It’s very imprtant to understand how a version control system like GIT works and how we can commit and push our code to the remote repository. The main benefit of using any version control system is that it keeps different versiosn based on the commit.
In GIT we have we have a workspace where we keep our source code on which we want to work. We have local workspace and remote workspace when we are working with any version control software.
There are two branches available whenever you create a new GIT repository. The two branches are master and develop.
Now let’s see which command helps you track the revisions in git.
Recent Comments