diff --git a/unix102/index.xml b/unix102/index.xml index 83877ba..c032894 100644 --- a/unix102/index.xml +++ b/unix102/index.xml @@ -7,6 +7,7 @@

+ This page contains some links to material covered during UNIX 101 and 102, as well as some extracurricular content for you to review in your free time. @@ -48,9 +49,8 @@

@@ -66,7 +66,9 @@

- Here's an article I found claiming to list the top 10 git tutorials. + Look to the gitref for a git + reference, of course. As well, here's an article I found claiming to list + the top 10 git tutorials. Whether or not that's true, you should still learn something. Here is also a brief review of the commands we covered today.

@@ -79,6 +81,10 @@
       git pull
     
+ This adds new files to the git repository: +
+      git add [files]
+    
This commits any of the changes that you've recently made in [files] (or -a for everything), getting ready to "push" the changes to other users: