From 1da229ac6f232a7a8cbf58870fb5db39b4de175c Mon Sep 17 00:00:00 2001 From: murraydr Date: Wed, 25 Oct 2023 12:53:45 -0400 Subject: [PATCH] format 4 --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 01192e4..b298fef 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Close Git bash and open Git Gui Click “Clone Existing Repository” and paste https://git.egr.msu.edu/CSE102/Substitution-Requests.git into the “Source Location” box. The “Target Directory” box is the path to the folder you want to store your local copy in. The folder must NOT already exist. - (E.g. “C:\Users\USERNAME\Substitution-Requests” will create the Substitution Requests folder and put all the files inside it.) +> (E.g. “C:\Users\USERNAME\Substitution-Requests” will create the Substitution Requests folder and put all the files inside it.) Open the Repo in GitGui (this might happen automatically after cloning). Click “Tools” and “Add” @@ -55,10 +55,12 @@ Once logged in, just click continue on each increasingly dire warning page until ## Daily Workflow: Ensure that nobody else is currently working on these files or sitting on unpushed changes - (This prevents merge conflicts and the need to redo work) + +> (This prevents merge conflicts and the need to redo work) Open Git Gui and click "Tools" and "Pull" (or whatever you named the pull command during configuration explained above) - (This updates your local copy to the repo's version) + +> (This updates your local copy to the repo's version) run "driver.py" in your Python environment and when done, click "OK" to close and save changes