format 4
This commit is contained in:
parent
410c70f96e
commit
1da229ac6f
@ -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.
|
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.
|
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”
|
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:
|
## Daily Workflow:
|
||||||
|
|
||||||
Ensure that nobody else is currently working on these files or sitting on unpushed changes
|
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)
|
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
|
run "driver.py" in your Python environment and when done, click "OK" to close and save changes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user