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 already been merged into master?



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

Answer / Rajnish Kumar Shriwastawa

You can check the merge history of the branch using the command `git log --oneline --merges <branch-name>`. If there is a merge commit that points to the 'master' branch, it means the branch has already been merged into master.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Git Interview Questions

What is another option for merging in git?

1 Answers  


Name a few git commands?

1 Answers  


What is a commit message?

1 Answers  


Explain git stash, pop?

1 Answers  


What is the difference between ‘git remote’ and ‘git clone’?

1 Answers  


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

1 Answers  


Name a few Git repository hosting services

1 Answers  


Why git and not svn?

1 Answers  


What does a commit object contain?

1 Answers  


How to create tag?

1 Answers  


What is git Is-tree?

1 Answers  


What is the difference between GIT and SVN?

1 Answers  


Categories