Truemag

  • Home
  • Angular JS
  • C Sharp
  • DevOps




What command tracks the revisions in git ?

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.

Apr 15, 2020Prashant Kumar
what does the command git checkout do?What is the git command to move branch pointer to different commit without checkout ?
  • Case Statement in Azure DevOps
  • How to solve file not found error in Linux?
  • How to delete local branch in git?
  • What is the git command to move branch pointer to different commit without checkout ?
  • What command tracks the revisions in git ?

Sign up for our newsletter to receive the latest news and event postings.

Recent Posts
  • Case Statement in Azure DevOps
  • How to solve file not found error in Linux?
  • How to delete local branch in git?
  • What is the git command to move branch pointer to different commit without checkout ?
  • What command tracks the revisions in git ?
Recent Comments
  • How to change directory in git bash? - Prashant's Blog on How to delete local branch in git?
  • eebest8 on How to use Http Post in Angular 4

  • Case Statement in Azure DevOps
  • How to solve file not found error in Linux?
  • How to delete local branch in git?
  • What is the git command to move branch pointer to different commit without checkout ?
  • What command tracks the revisions in git ?
  • Home
  • Angular JS
  • C Sharp
  • DevOps
  • June 2020
  • April 2020
  • February 2020
  • July 2019
  • June 2019
  • May 2019
  • January 2019
  • November 2018
  • October 2018
  • September 2018
  • July 2018
  • March 2018
  • February 2018
2018 © Prashant's Blog