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 rebasing syntax in git?



What is rebasing syntax in git?..

Answer / Raja Babu Singh

Rebasing in Git allows you to integrate changes from one branch into another while maintaining a linear project history. The basic rebasing command is `git rebase <base-branch>`. This command moves the current branch onto a new base and applies the commits of the current branch on top of the new base, squashing or editing commit messages as necessary.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Git Interview Questions

What is ‘head’ in git and how many heads can be created in a repository?

1 Answers  


Why GIT better than Subversion?

1 Answers  


What is the function of ‘git reset’?

1 Answers  


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

1 Answers  


What is a “conflict” in git and how is it resolved?

1 Answers  


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

1 Answers  


Name a few git commands?

1 Answers  


What are the different ways you can refer to a commit?

1 Answers  


What is GIT stash?

1 Answers  


Tell me the difference between head, working tree and index, in git.

1 Answers  


What is GIT version control?

1 Answers  


In git how do you revert a commit that has already been pushed and made public?

1 Answers  


Categories