GIT INTERVIEW QUESTIONS (PART-2)

Dear Readers, In this article, we will discuss GIT INTERVIEW QUESTIONS.(Part-2) Please check part-1 GIT INTERVIEW QUESTIONS (PART-1) 1. What are different state of git for commiting the code in remote repository Ans:  a. modified(local modification) b. stagged(adding the local code to stagging area,command:git add .)… Read More

GIT INTERVIEW QUESTIONS (PART-1)

GIT INTERVIEW QUESTIONS Dear Readers, In this article, we will discuss GIT INTERVIEW QUESTIONS.  Frequently  GIT Questions 1.what is the difference between distributed version control system vs centralized version control system ? Ans. 1. Both the systems works with the server and client relationship.In central… Read More