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...


How will you know in GIT if a branch has been already merged into master?



How will you know in GIT if a branch has been already merged into master?..

Answer / Bhupendra Singh

You can check if a branch has been merged into the master branch by running `git log --merges <branch-name>` or by checking the 'Master' branch's history and looking for the branch you are interested in. If you see a merge commit that includes your branch, it means that your branch has been merged into the master.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Git Interview Questions

What is a ‘conflict’ in git?

1 Answers  


What is rebasing syntax in git?

1 Answers  


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

1 Answers  


Explain the difference between reverting and resetting.

1 Answers  


In git, how would you return a commit that has just been pushed and made open?

1 Answers  


Explain the advantages of forking workflow?

1 Answers  


Explain the difference between rebase and merge?

1 Answers  


What is git reflog?

1 Answers  


What is the function of ‘git config’?

1 Answers  


What is the function of ‘git rm’?

1 Answers  


What is the function of ‘git reset’?

1 Answers  


What is the difference between the ‘git diff ’and ‘git status’?

1 Answers  


Categories