Skip to content

Commit

Permalink
Merge pull request #5 from smithis7/master
Browse files Browse the repository at this point in the history
U is for you and me
  • Loading branch information
KevinCawley authored Nov 1, 2020
2 parents f28f843 + 26ed06c commit 333730d
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion workflow.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 333730d

Please sign in to comment.