Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the function of ‘git reset’?



What is the function of ‘git reset’?..

Answer / Tuba Shakeel

'git reset' allows you to undo changes in your working directory, staging area, or commit history. It can be used to move the pointer to a different commit, discard changes since that commit, or even remove commits from the repository (with `--hard` option).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Git Interview Questions

What is subgit?

1 Answers  


What is the command you can use to write a commit message?

1 Answers  


Why GIT better than Subversion?

1 Answers  


To delete a branch what is the command that is used?

1 Answers  


What is the function of ‘git rm’?

1 Answers  


What is the use of ‘git log’?

1 Answers  


How to remove a file from git without removing it from your file system?

1 Answers  


How to revert previous commit in git?

1 Answers  


What are the benefits of using version control system?

1 Answers  


What is rebasing syntax in git?

1 Answers  


What work is restored when the deleted branch is recovered?

1 Answers  


Describe the branching strategies you have used.

1 Answers  


Categories