Let's begin by reviewing our objective.
In your local project repository, create and switch to a new Git branch named deployment-prep
. This branch will be used for all changes related to preparing your game for web deployment.
Let's begin by reviewing our objective.
In your local project repository, create and switch to a new Git branch named deployment-prep
. This branch will be used for all changes related to preparing your game for web deployment.
Next, we'll perform initial verification steps to understand the current state.
Confirm your current Git branch. You should likely be on the main
or master
branch.
Now, let's build the solution by executing the necessary Git commands.
deployment-prep
.deployment-prep
branch.With the changes in place, let's re-verify our work to ensure it meets the specification.
Confirm that you are now on the deployment-prep
branch.