Open Source Comes to Campus/Resources: Difference between revisions

Content added Content deleted
imported>Paulproteus
No edit summary
imported>Shauna
No edit summary
Line 21: Line 21:
==Open Source Communication Tools==
==Open Source Communication Tools==


The slides I use for this talk can be found [https://github.com/shaunagm/OSCTC-resources/blob/master/open_source_contribution.odp here]. These are modified from a version graciously provided by Jessica McKellar. There are substantial notes in the ODP file which can be viewed by going to the "Notes" tab.
The slides I use for this talk can be found [https://github.com/openhatch/open-source-comes-to-campus/blob/master/open_source_contribution.odp here]. These are modified from a version graciously provided by Jessica McKellar. There are substantial notes in the ODP file which can be viewed by going to the "Notes" tab.


* Slides 1-7 (#7 is titled 'Version Control')
* Slides 1-7 (#7 is titled 'Version Control')
Line 39: Line 39:
=== Diff and Patch Demo ===
=== Diff and Patch Demo ===


This demo uses the files in [https://github.com/shaunagm/OSCTC-resources/tree/master/diff_patch_demo this repository].
This demo uses the files in [https://github.com/openhatch/open-source-comes-to-campus/tree/master/diff_patch_demo this repository].


I have [https://github.com/shaunagm/OSCTC-resources/blob/master/diff_patch_demo/ToDoList a To Do List]! But maybe it needs editing. First, I'll make a copy to edit:
I have a ToDoList! But maybe it needs editing. First, I'll make a copy to edit:


<pre>cp ToDoList new_ToDoList</pre>
<pre>cp ToDoList new_ToDoList</pre>