From 85ec6aad0ef3cbbfd066a557c94351b241729584 Mon Sep 17 00:00:00 2001 From: RyamL1221 Date: Sat, 21 Jun 2025 20:44:55 -0400 Subject: [PATCH] read me updates for making changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4822ab..03b212f 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ the rest of the pages are in `app\(pre-dashboard)\(entry)` they are ## Making Changes -If you are a part of the frontend team, do not fork the project. Instead, use `git clone`, create a branch *from* the `dev` branch by typing +If you are a part of the frontend team, do not fork the project. Instead, use `git clone`, then create and switch to a branch *from* the `dev` branch by typing ``` git checkout dev -git branch +git checkout -b ``` Then, you can submit changes via a pull request so that it can be merged to the `dev` branch.