From 174605a3a7d0ad4e721e12528b6993e1bc1dce25 Mon Sep 17 00:00:00 2001 From: Lloyd Shatkin Date: Wed, 6 Feb 2019 20:05:07 -0500 Subject: [PATCH 1/4] Update README.md Adding a new line about the practice. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 05b9b68..ee374be 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # GitPractice Practice for Git committing + +I am trying to practice right now for the Git file. \ No newline at end of file From 01ac50720c976cba72ca8b07fab826edbbd0c92a Mon Sep 17 00:00:00 2001 From: Lloyd Shatkin Date: Wed, 6 Feb 2019 20:05:35 -0500 Subject: [PATCH 2/4] Update README.md One more change for me --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee374be..22ddfb8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # GitPractice Practice for Git committing -I am trying to practice right now for the Git file. \ No newline at end of file +I am trying to practice right now for the Git file. + +One more change for me. \ No newline at end of file From 8025de22852754c309d618a695e142a9fe9a1279 Mon Sep 17 00:00:00 2001 From: Lloyd Shatkin Date: Wed, 6 Feb 2019 20:22:30 -0500 Subject: [PATCH 3/4] Update README.md ya --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22ddfb8..2f5aa33 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,6 @@ Practice for Git committing I am trying to practice right now for the Git file. -One more change for me. \ No newline at end of file +One more change for me. + +Okay this time is for real \ No newline at end of file From 369f6ecc769267b238812cce113c212c9d9049f8 Mon Sep 17 00:00:00 2001 From: Lloyd Shatkin Date: Wed, 6 Feb 2019 20:22:57 -0500 Subject: [PATCH 4/4] Create another_file.txt Added another file called another_file.txt --- another_file.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 another_file.txt diff --git a/another_file.txt b/another_file.txt new file mode 100644 index 0000000..e1bebcf --- /dev/null +++ b/another_file.txt @@ -0,0 +1 @@ +This file is another file, and i want to add it. \ No newline at end of file