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

Explain the advantages of forking workflow?

1 Answers  


How is git instaweb used?

0 Answers  


What is the difference between git pull and git fetch?

1 Answers  


What is the difference between git vs svn

1 Answers  


What does ‘hooks’ comprise of in git?

1 Answers  


What is GIT stash drop?

1 Answers  


What is git and why do we use it?

1 Answers  


What does commit object contain?

1 Answers  


Explain the difference between reverting and resetting.

1 Answers  


What is ‘git add’ is used for?

1 Answers  


What is the syntax for “Rebasing” in Git?

1 Answers  


Mention some of the best graphical GIT client for LINUX?

1 Answers  


Categories