diff --git a/README.md b/README.md index d1b6f5b..d54f8ff 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,14 @@ For this assessment, you will deploy your developed full stack software product > Ensure that you have Git installed on your system and that IntelliJ is installed using [Toolbox](https://www.jetbrains.com/toolbox-app/). Make sure that you are using version 2022.3.2. Once this has been confirmed, click the clone button and use the 'IntelliJ IDEA (HTTPS)' button. This will open IntelliJ with a prompt to clone the proejct. Save it in a safe location for the directory and press clone. IntelliJ will prompt you for your credentials. Enter in your WGU Credentials and the project will be cloned onto your local machine. +2. How to create a branch and start Development? + +- GitLab method +> Press the '+' button located near your branch name. In the dropdown list, press the 'New branch' button. This will allow you to create a name for your branch. Once the branch has been named, you can select 'Create Branch' to push the branch to your repository. + +- IntelliJ method +> In IntelliJ, Go to the 'Git' button on the top toolbar. Select the new branch option and create a name for the branch. Make sure checkout branch is selected and press create. You can now add a commit message and push the new branch to the local repo. + ## SUPPORT If you need additional support, please navigate to the course page and reach out to your course instructor.