Sync local with latest upstream code and database sprint X
User Story:
As a developer, I want my local to be synced with the latest upstream development branch so that I am ready to work on a ticket as needed.
Acceptance Criteria:
() there is a screenshot of your terminal in the comments of this ticket of the following commands () git fetch --all () git pull upstream develop () git reset --hard upstream/develop (if you have already pulled develop you will need to reset it) () git checkout develop () git push origin develop () composer install () vagrant ssh () blt setup () blt sync:refresh
Implementation Details
run the commands listed above in the AC.
Description
Each developer needs to do this ticket minimum once per sprint.
No test steps. nothing to commit.
Last updated
Was this helpful?