forked from tardis-sn/tardis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from smithis7/master
U is for you and me
- Loading branch information
Showing
1 changed file
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |