Added force pull commands to readme

This commit is contained in:
murraydr 2023-11-01 15:56:44 -04:00
parent 73c718211f
commit 51130c860d

View File

@ -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)