diff --git a/bar.txt b/bar.txt index 458934a..ad6d829 100644 --- a/bar.txt +++ b/bar.txt @@ -1,9 +1 @@ -foo foo foo - -Fooing all the way -So much fun! -Wheee! - -Bogus edit. -Another bogus edit. -Let's make an edit. +Third time is the charm diff --git a/baz.txt b/baz.txt new file mode 100644 index 0000000..e9acdd7 --- /dev/null +++ b/baz.txt @@ -0,0 +1 @@ +This is the new bar.txt. diff --git a/qux.txt b/qux.txt new file mode 100644 index 0000000..819221b --- /dev/null +++ b/qux.txt @@ -0,0 +1,9 @@ +qux qux qux + +Fooing all the way +So much fun! +Wheee! + +Bogus edit. +Another bogus edit. +Let's make an edit.