From 0bf770bdc4c6c3fff493d222f108f979c8afe5d5 Mon Sep 17 00:00:00 2001 From: smithis7 <71480393+smithis7@users.noreply.github.com> Date: Sun, 1 Nov 2020 14:09:33 -0500 Subject: [PATCH] Update workflow.md --- workflow.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/workflow.md b/workflow.md index 7994937e46c..0500dfe4a1a 100644 --- a/workflow.md +++ b/workflow.md @@ -1,6 +1,26 @@ # tardis_impact workflow +This is assuming that you have already forked and cloned a branch in your terminal. + When you want to edit the code, follow these steps: #### Step 1: Pull request -If changes have been made by Isaac, on your github page (for tardis_impact) it will say your branch is __ commits behind smithis7:master. Next to that message, click on pull request. If it says there are no changes, you will have to click on " ". +If changes have been made by Isaac, on your github page (for tardis_impact) it will say your branch is __ commits behind smithis7:master (if it says you are some number of commits ahead, contact Isaac). Next to that message, click on pull request. If it says there are no changes, you will have to click on "try switching the base for your comparisson". From there, click "create pull request", commit, and then click "merge pull request", and confirm. + +#### Step 2: pull +In your terminal, type ```git pull origin``` + +#### Step 3: +Do whatever you are trying to do with ads.ipynb and README--IMPORTANT_and_progress_updates.md (and save your work). Before step 4, make sure that your key is not in the ads.ipynb document. + +#### Step 4: +When you are done, in the terminal, do ```git add ads.ipynb``` and ```git add README--IMPORTANT_and_progress_updates.md```. + +#### Step 5: +In the terminal, do ```git commit -m "message about your commit"``` + +#### Step 6: +In the terminal, do ```git push origin``` + + +If you need to make more edits and Isaac has not edited since, skip steps 1 and 2.