From e44a490ca4eab7abe92cdd7ae84f5c4111276e1b Mon Sep 17 00:00:00 2001 From: "Ryan C. Cooper" Date: Thu, 26 Jan 2017 13:02:41 -0500 Subject: [PATCH] added lecture_05 --- lecture_05/lecture_05.md | 1 + 1 file changed, 1 insertion(+) diff --git a/lecture_05/lecture_05.md b/lecture_05/lecture_05.md index 3c53f57..e0bea24 100644 --- a/lecture_05/lecture_05.md +++ b/lecture_05/lecture_05.md @@ -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