diff --git a/.ipynb_checkpoints/README-checkpoint.md b/.ipynb_checkpoints/README-checkpoint.md new file mode 100644 index 0000000..6f24f4f --- /dev/null +++ b/.ipynb_checkpoints/README-checkpoint.md @@ -0,0 +1,4 @@ +# hello-class +Fork Me!!! + +This is the Base Repo for learning Git! Welcome to the Wonderful World of Git and version control! Just remember, be the best Benevolent Dictator you can be! diff --git a/.ipynb_checkpoints/pokemon-checkpoint.txt b/.ipynb_checkpoints/pokemon-checkpoint.txt new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index 6f24f4f..bc308f5 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,5 @@ Fork Me!!! This is the Base Repo for learning Git! Welcome to the Wonderful World of Git and version control! Just remember, be the best Benevolent Dictator you can be! + +This is the edit that is requested in the lesson diff --git a/hiBen.txt b/hiBen.txt new file mode 100644 index 0000000..912bf11 --- /dev/null +++ b/hiBen.txt @@ -0,0 +1,2 @@ +Hi Ben +Python is super fun! diff --git a/pokemon.txt b/pokemon.txt new file mode 100644 index 0000000..e69de29 diff --git a/useful_addition.txt b/useful_addition.txt new file mode 100644 index 0000000..9e78a0b --- /dev/null +++ b/useful_addition.txt @@ -0,0 +1 @@ +As you can tell, this is a useful addition to the repo. Just trust me bro.