Skip to content

Update #2

Merged
merged 18 commits into from
Feb 3, 2017
Prev Previous commit
Next Next commit
added lecture_05
rcc02007 committed Jan 26, 2017
commit e44a490ca4eab7abe92cdd7ae84f5c4111276e1b
1 change: 1 addition & 0 deletions lecture_05/lecture_05.md
Original file line number Diff line number Diff line change
@@ -96,6 +96,7 @@ help counting_function
9. After file is 'committed', 'push' the changes to your github account

for the command-line git user, this is steps 8 and 9:

1. `$ git add *`
2. `$ git commit -m 'added file nitrogen_pressure.m'`
3. `$ git push -u origin master