Answer Posted / Kuldeep Kumar Singh
To rebase a feature branch onto the latest master, use the following command: `git checkout <feature-branch> && git rebase master`. This will move the commits from your current branch onto the top of the latest commit on master.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers