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 a ‘conflict’ in git?



What is a ‘conflict’ in git?..

Answer / Ram Vijay Singh

A conflict in Git occurs when the same file has conflicting changes from different branches during a merge operation. Git marks these conflicts and leaves it to the user to resolve them manually.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Git Interview Questions

What is ‘head’ in git?

1 Answers  


Why is it advisable to create an additional commit rather than amending an existing commit?

1 Answers  


How can you use git bisect to determine the source of a (regression) bug?

1 Answers  


What commands will you use to bring a new feature to the main branch?

1 Answers  


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

1 Answers  


What are git repository hosting services you used?

1 Answers  


What is the function of ‘git stash apply’?

1 Answers  


What does ‘hooks’ comprise of in git?

1 Answers  


What is a distributed vcs?

1 Answers  


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

1 Answers  


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

1 Answers  


What is the purpose of branching in GIT?

1 Answers  


Categories