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 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