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 the syntax for “Rebasing” in Git?



What is the syntax for “Rebasing” in Git?..

Answer / Krati Gupta

The syntax for rebasing in Git is 'git rebase [base-commit]'. For example, to rebase your current branch onto another branch named 'another-branch', you would use 'git rebase another-branch'.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Git Interview Questions

What is a repository and how will you create it?

1 Answers  


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

1 Answers  


What is the difference between git pull and git fetch?

1 Answers  


How do you find a list of files that have changed in a particular commit?

1 Answers  


How can you fix a broken commit?

1 Answers  


What does ‘hooks’ consist of in git?

1 Answers  


What is the difference between git and github?

1 Answers  


Why is it advisable to create an additional commit rather than amending an existing commit?

1 Answers  


What is a ‘conflict’ in git?

1 Answers  


What is the purpose of branching in GIT?

1 Answers  


What is the purpose of branching and how many branching strategies can you apply?

1 Answers  


What is git Is-tree?

1 Answers  


Categories