From 2467eba2afc3dff48b7b1e98d9bbc233b45b4049 Mon Sep 17 00:00:00 2001 From: Spencer Cheng <89827794+spencercheng@users.noreply.github.com> Date: Wed, 21 Sep 2022 14:33:44 -0600 Subject: [PATCH 1/3] Save changes --- favorite-animals/JaNae.py | 1 + favorite-animals/Matt_Goulding.py | 1 + favorite-animals/andrew-topham.py | 1 + favorite-animals/bradford_paul.py | 1 + favorite-animals/example_script.py | 1 + favorite-animals/fave_animal.py | 1 + favorite-animals/greg_marks.py | 1 + favorite-animals/james.py | 1 + favorite-animals/jerron-pa.py | 1 + favorite-animals/josh_smith.py | 1 + favorite-animals/josh_smith2.py | 1 + favorite-animals/justin-ellis.py | 16 ++++++++++++++++ favorite-animals/keanna_n.py | 1 + favorite-animals/matt-corb.py | 1 + favorite-animals/mc.py | 1 + favorite-animals/nkr22.py | 1 + favorite-animals/randomfile.py | 1 + favorite-animals/sam-jensen.py | 1 + favorite-animals/spencer-walker.py | 1 + 19 files changed, 34 insertions(+) create mode 100644 favorite-animals/JaNae.py create mode 100644 favorite-animals/Matt_Goulding.py create mode 100644 favorite-animals/andrew-topham.py create mode 100644 favorite-animals/bradford_paul.py create mode 100644 favorite-animals/example_script.py create mode 100644 favorite-animals/fave_animal.py create mode 100644 favorite-animals/greg_marks.py create mode 100644 favorite-animals/james.py create mode 100644 favorite-animals/jerron-pa.py create mode 100644 favorite-animals/josh_smith.py create mode 100644 favorite-animals/josh_smith2.py create mode 100644 favorite-animals/justin-ellis.py create mode 100644 favorite-animals/keanna_n.py create mode 100644 favorite-animals/matt-corb.py create mode 100644 favorite-animals/mc.py create mode 100644 favorite-animals/nkr22.py create mode 100644 favorite-animals/randomfile.py create mode 100644 favorite-animals/sam-jensen.py create mode 100644 favorite-animals/spencer-walker.py diff --git a/favorite-animals/JaNae.py b/favorite-animals/JaNae.py new file mode 100644 index 0000000..d348031 --- /dev/null +++ b/favorite-animals/JaNae.py @@ -0,0 +1 @@ +print("I love horses.") \ No newline at end of file diff --git a/favorite-animals/Matt_Goulding.py b/favorite-animals/Matt_Goulding.py new file mode 100644 index 0000000..804baa6 --- /dev/null +++ b/favorite-animals/Matt_Goulding.py @@ -0,0 +1 @@ +print("I love animals") \ No newline at end of file diff --git a/favorite-animals/andrew-topham.py b/favorite-animals/andrew-topham.py new file mode 100644 index 0000000..cf7567e --- /dev/null +++ b/favorite-animals/andrew-topham.py @@ -0,0 +1 @@ +print("My favorite animal is a cow") \ No newline at end of file diff --git a/favorite-animals/bradford_paul.py b/favorite-animals/bradford_paul.py new file mode 100644 index 0000000..87e07f5 --- /dev/null +++ b/favorite-animals/bradford_paul.py @@ -0,0 +1 @@ +print("Penguins are my favorite animal.") \ No newline at end of file diff --git a/favorite-animals/example_script.py b/favorite-animals/example_script.py new file mode 100644 index 0000000..2278cef --- /dev/null +++ b/favorite-animals/example_script.py @@ -0,0 +1 @@ +print("Orangutans are my favorite animals") diff --git a/favorite-animals/fave_animal.py b/favorite-animals/fave_animal.py new file mode 100644 index 0000000..891937b --- /dev/null +++ b/favorite-animals/fave_animal.py @@ -0,0 +1 @@ +print("My favorite animal is shark") diff --git a/favorite-animals/greg_marks.py b/favorite-animals/greg_marks.py new file mode 100644 index 0000000..cdcb1c8 --- /dev/null +++ b/favorite-animals/greg_marks.py @@ -0,0 +1 @@ +print("I like hamsters") \ No newline at end of file diff --git a/favorite-animals/james.py b/favorite-animals/james.py new file mode 100644 index 0000000..7822cb3 --- /dev/null +++ b/favorite-animals/james.py @@ -0,0 +1 @@ +print("My favorite animal is a mermaid") \ No newline at end of file diff --git a/favorite-animals/jerron-pa.py b/favorite-animals/jerron-pa.py new file mode 100644 index 0000000..4f0c259 --- /dev/null +++ b/favorite-animals/jerron-pa.py @@ -0,0 +1 @@ +print("My favorite animal is duck.") \ No newline at end of file diff --git a/favorite-animals/josh_smith.py b/favorite-animals/josh_smith.py new file mode 100644 index 0000000..cdcb1c8 --- /dev/null +++ b/favorite-animals/josh_smith.py @@ -0,0 +1 @@ +print("I like hamsters") \ No newline at end of file diff --git a/favorite-animals/josh_smith2.py b/favorite-animals/josh_smith2.py new file mode 100644 index 0000000..75f79a1 --- /dev/null +++ b/favorite-animals/josh_smith2.py @@ -0,0 +1 @@ +print("hey") \ No newline at end of file diff --git a/favorite-animals/justin-ellis.py b/favorite-animals/justin-ellis.py new file mode 100644 index 0000000..5ff97e6 --- /dev/null +++ b/favorite-animals/justin-ellis.py @@ -0,0 +1,16 @@ +print("My favorite animal is a pig") + +# git clone [link to your fork] +# cd learn-git +# git branch [name of new branch] +# git checkout [name of new branch] +# git status (check to make sure you are on the right branch) +# *create new file and put favorite animal +# git add [name of new file] +# git commit -m "Message about what you are adding" + +# git push +# (if you get an error message, run the command they give you) +# git push --set-upstream origin [name of branch] + +# git status (to make sure there aren't any unsaved changes) \ No newline at end of file diff --git a/favorite-animals/keanna_n.py b/favorite-animals/keanna_n.py new file mode 100644 index 0000000..0451bb6 --- /dev/null +++ b/favorite-animals/keanna_n.py @@ -0,0 +1 @@ +print("dolphins") \ No newline at end of file diff --git a/favorite-animals/matt-corb.py b/favorite-animals/matt-corb.py new file mode 100644 index 0000000..5cefd65 --- /dev/null +++ b/favorite-animals/matt-corb.py @@ -0,0 +1 @@ +print('Git is cool') \ No newline at end of file diff --git a/favorite-animals/mc.py b/favorite-animals/mc.py new file mode 100644 index 0000000..ff998de --- /dev/null +++ b/favorite-animals/mc.py @@ -0,0 +1 @@ +print('Dang boi he thicc') \ No newline at end of file diff --git a/favorite-animals/nkr22.py b/favorite-animals/nkr22.py new file mode 100644 index 0000000..0b3c917 --- /dev/null +++ b/favorite-animals/nkr22.py @@ -0,0 +1 @@ +print('My least favorite animal is a cat') \ No newline at end of file diff --git a/favorite-animals/randomfile.py b/favorite-animals/randomfile.py new file mode 100644 index 0000000..a3ea3c6 --- /dev/null +++ b/favorite-animals/randomfile.py @@ -0,0 +1 @@ +print("Hello") \ No newline at end of file diff --git a/favorite-animals/sam-jensen.py b/favorite-animals/sam-jensen.py new file mode 100644 index 0000000..ab89c41 --- /dev/null +++ b/favorite-animals/sam-jensen.py @@ -0,0 +1 @@ +print("My Favorite Animal is a Cougar") \ No newline at end of file diff --git a/favorite-animals/spencer-walker.py b/favorite-animals/spencer-walker.py new file mode 100644 index 0000000..59f33a0 --- /dev/null +++ b/favorite-animals/spencer-walker.py @@ -0,0 +1 @@ +print("My favorite animal is the tiger") \ No newline at end of file From 525de475ac10254eb97dd258d5fd1781a1309d3d Mon Sep 17 00:00:00 2001 From: Spencer Cheng <89827794+spencercheng@users.noreply.github.com> Date: Wed, 21 Sep 2022 14:35:49 -0600 Subject: [PATCH 2/3] My favourite animal --- favorite-animals/spencer_cheng.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 favorite-animals/spencer_cheng.py diff --git a/favorite-animals/spencer_cheng.py b/favorite-animals/spencer_cheng.py new file mode 100644 index 0000000..051e08d --- /dev/null +++ b/favorite-animals/spencer_cheng.py @@ -0,0 +1 @@ +print('My favourite animal i Pandas') \ No newline at end of file From a77d2d273de99a33662fbd515643345b339f15f4 Mon Sep 17 00:00:00 2001 From: Spencer Cheng <89827794+spencercheng@users.noreply.github.com> Date: Wed, 21 Sep 2022 14:37:55 -0600 Subject: [PATCH 3/3] My animal --- favorite-animals/spencer_cheng.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/favorite-animals/spencer_cheng.py b/favorite-animals/spencer_cheng.py index 051e08d..5f94088 100644 --- a/favorite-animals/spencer_cheng.py +++ b/favorite-animals/spencer_cheng.py @@ -1 +1 @@ -print('My favourite animal i Pandas') \ No newline at end of file +print('My favourite animal is Pandas') \ No newline at end of file