From c755d7dae125720238522220d676396ab89f3217 Mon Sep 17 00:00:00 2001 From: L42ARO <89555610+L42ARO@users.noreply.github.com> Date: Tue, 5 Mar 2024 17:31:55 -0500 Subject: [PATCH 1/2] Created random python file --- app.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 app.py diff --git a/app.py b/app.py new file mode 100644 index 0000000..f266bdc --- /dev/null +++ b/app.py @@ -0,0 +1 @@ +print("Go Bulls!") \ No newline at end of file From 3bbb55225c96e0179974441b8289ea36c76f70b2 Mon Sep 17 00:00:00 2001 From: L42ARO <89555610+L42ARO@users.noreply.github.com> Date: Tue, 5 Mar 2024 17:33:40 -0500 Subject: [PATCH 2/2] added defs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 77714c4..e14ee5a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # USF_Github_workshop Workshop on the fundamentals of github + +PUSH: You make a change and upload to the main repo + +PULL: You want to get the latest version of the repo in your computer \ No newline at end of file