Open Source Comes to Campus/Resources: Difference between revisions

imported>Shauna
imported>Shauna
Line 18:
* [[OSCTC_Resources#Issue_Tracker_Demo | Issue Tracker Demo]]
* Slide 11 (#11 is titled 'IRC')
* * [[OSCTC_Resources#IRC_Demo | IRC Demo]]
* Slide 12-18
 
Line 29:
 
=== Diff and Patch Demo ===
 
Using the files in [this repository]:
* I have [a To Do List]! But maybe it needs editing. First, I'll make a copy to edit:
<pre>cp ToDoList new_ToDoList</pre>
* Then I'll open it up and make changes to it.
* How do I view the differences between the two?
<pre>diff -u ToDoList new_ToDoList</pre>
Usually I print to the command line, then again storing the results in a diff file:
<pre>diff -u ToDoList new_ToDoList > changes.diff</pre>
 
 
=== Issue Tracker Demo ===
Anonymous user