From 51130c860db30c1815c319f0eaa9b6186998fb9a Mon Sep 17 00:00:00 2001
From: murraydr <murraydr@CSE001.ad.egr.msu.edu>
Date: Wed, 1 Nov 2023 15:56:44 -0400
Subject: [PATCH] Added force pull commands to readme

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index d3f5288..1e44848 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,14 @@ Open the Repo in GitGui (this might happen automatically after cloning).  Click
 
 Put “Pull” in the name box and “git pull origin master” (no quotes) in the command box and click “Add”
 
+Click “Tools” and “Add”
+
+Put “Force Pull 1” in the name box and “git fetch --all” (no quotes) in the command box and click “Add”
+
+Click “Tools” and “Add”
+
+Put “Force Pull 2” in the name box and “git reset --hard origin/master” (no quotes) in the command box and click “Add”
+
 ### Authenticate your machine with Google
 Run the code for the first time (or since 7 days have elapsed since this step was last performed on this computer)