Answer Posted / 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 View All Answers