From 5720da4621da8130bddfda286fb23d83e3fb1042 Mon Sep 17 00:00:00 2001 From: Eanen Cohn Date: Wed, 18 Jul 2018 12:29:03 -0500 Subject: [PATCH 1/4] some stuff --- main.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 main.py diff --git a/main.py b/main.py new file mode 100644 index 0000000..7e3cc76 --- /dev/null +++ b/main.py @@ -0,0 +1 @@ +print('hello world from dev branch') \ No newline at end of file From fe74a3275d8994c2ca0f70758c375ee10fd2966c Mon Sep 17 00:00:00 2001 From: Eanen Cohn Date: Wed, 18 Jul 2018 12:32:20 -0500 Subject: [PATCH 2/4] added a file --- foo.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 foo.txt diff --git a/foo.txt b/foo.txt new file mode 100644 index 0000000..e69de29 From fce8c99e43b2d52fc52dbd0a6e5580c7813ad9f1 Mon Sep 17 00:00:00 2001 From: Eanen Cohn Date: Wed, 18 Jul 2018 12:43:41 -0500 Subject: [PATCH 3/4] added jupyter file --- foo.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/foo.txt b/foo.txt index e69de29..ba0e162 100644 --- a/foo.txt +++ b/foo.txt @@ -0,0 +1 @@ +bar \ No newline at end of file From 6d5e598f3bd37c38cd1d7360a27652ff391422c9 Mon Sep 17 00:00:00 2001 From: Eanen Cohn Date: Wed, 18 Jul 2018 13:49:55 -0500 Subject: [PATCH 4/4] whatever --- foo.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/foo.txt b/foo.txt index ba0e162..9a2e080 100644 --- a/foo.txt +++ b/foo.txt @@ -1 +1,2 @@ -bar \ No newline at end of file +bar +yet another pull request.