Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .ipynb_checkpoints/NewFile-checkpoint.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This is my new file as you could tell by the name
I hope it does suffice
Otherwise, I won't be mad, just disappointed.
6 changes: 6 additions & 0 deletions .ipynb_checkpoints/README-checkpoint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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!

Don't worry, I'm also up in this readme... but I can't read. Paradox?!?!?!
7 changes: 7 additions & 0 deletions .ipynb_checkpoints/hello-checkpoint.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import getpass

usr = getpass.getuser()

print("Hello, " + usr + ".")
print("Thanks for cloning my repo!")
print("Anytime! I'm like the galactic republic, I love to clone.")
3 changes: 3 additions & 0 deletions NewFile.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This is my new file as you could tell by the name
I hope it does suffice
Otherwise, I won't be mad, just disappointed.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Don't worry, I'm also up in this readme... but I can't read. Paradox?!?!?!
1 change: 1 addition & 0 deletions hello.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@

print("Hello, " + usr + ".")
print("Thanks for cloning my repo!")
print("Anytime! I'm like the galactic republic, I love to clone.")