@@ -42,3 +42,23 @@ learn-git
4242
4343
4444**** If you see a typo or something that could be said more clearly, make a pull request. This goes for all the repositories and projects we do.****
45+
46+
47+ ###Learning Objectives.
48+ * After finishing this repository you should feel comfortable with the following list, if you're not, ask your mentor for more help.
49+ * understand and be able to use the command line for
50+ - creating a folder
51+ - creating a file
52+ - editing a file
53+ - changing directories
54+ * understand what Git and Github are and how they fit into the web app landscape
55+ - be able to Fork a repo and know it’s purpose
56+ - be able to clone a repo and know it’s purpose
57+ - be able to add, commit, and push files to github
58+ - understand how to use github in a group setting
59+ - know how to create an upstream to master
60+ - be able to handle merge conflicts
61+ - be able to minimally manage vim to escape merge conflict messages
62+ - know how to make a Pull Request
63+ - be able to pull changes from the master repo
64+