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

Explain the difference between rebase and merge?

1 Answers  


What is git reflog?

1 Answers  


How to revert previous commit in git?

1 Answers  


Mention the various git repository hosting functions.

1 Answers  


What is the common branching pattern in GIT?

1 Answers  


What is difference between fork and branch? How to create tag?

1 Answers  


What is another option for merging in git?

1 Answers  


What does ‘hooks’ comprise of in git?

1 Answers  


What is the function of ‘git diff ’ in git?

1 Answers  


What is a commit message?

1 Answers  


What is rebasing syntax in git?

1 Answers  


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

1 Answers  


Categories