Welcome, Guest! Registration

loc2log

Sunday, 2024-05-19
Main » 2022 » August » 27

So we want our feature branch to have all the latest and greatest changes from the master (main).

If our feature branch is cloned like this:

git clone <repo> -b feature feature

Then one shot rebase would be:

git pull --rebase origin master

If you used checkout, then try without the origin keyword.

Views: 213 | Added by: ep | Date: 2022-08-27 | Comments (0)