From fdefdbf39f930e0c3ade5e53ab386e00a0af4845 Mon Sep 17 00:00:00 2001 From: Ashraf Abed Date: Sat, 2 Dec 2017 03:26:26 -0500 Subject: [PATCH 1/4] Added my name --- git_assignment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git_assignment.md b/git_assignment.md index 3e4a507..db7a4d7 100644 --- a/git_assignment.md +++ b/git_assignment.md @@ -78,8 +78,8 @@ Simply run the ```git branch``` command and confirm you are where you expect to ### Make your first commit Git is great for keeping the history of all edits on files. Let's try it out by editing the file you're reading right now! -Fill in your name after this colon: [right here] - +Fill in your name after this colon: Ashraf Abed + Optionally, write the company you are representing, if any: [right here] Check the appropriate boxes as they apply to you or the company you represent: From b7d22466af44df71267471b18145a2dd26fa54ef Mon Sep 17 00:00:00 2001 From: Shijit Dasgupta Date: Sat, 2 Dec 2017 12:20:50 -0500 Subject: [PATCH 2/4] This is a test commit! --- test.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.txt diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..6de7b8c --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +This is a test file. From 8bb364e70e979eaec7f07c25a04cd91a580bb7e3 Mon Sep 17 00:00:00 2001 From: Shijit Dasgupta Date: Sat, 2 Dec 2017 12:45:23 -0500 Subject: [PATCH 3/4] Entered X --- git_assignment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_assignment.md b/git_assignment.md index 3e4a507..5dcc97c 100644 --- a/git_assignment.md +++ b/git_assignment.md @@ -86,7 +86,7 @@ Check the appropriate boxes as they apply to you or the company you represent: [ ] Interested in hearing about upcoming Debug Academy classes [ ] Interested in hiring Drupal developers [ ] Interested in discussing something else with Debug Academy -[ ] None of the above +[x] None of the above You're not done quite yet - git did not save our changes to the history. Changes saved to the git history must be deliberate and explicit; git does not save every edit you do to the history automatically. Imagine how long the list would be if it did! From 531dac371bcb23d4a6c6fc8de759170f191234d9 Mon Sep 17 00:00:00 2001 From: Shijit Date: Sat, 2 Dec 2017 13:07:55 -0500 Subject: [PATCH 4/4] filled form --- git_assignment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git_assignment.md b/git_assignment.md index 5dcc97c..b34b7eb 100644 --- a/git_assignment.md +++ b/git_assignment.md @@ -78,9 +78,9 @@ Simply run the ```git branch``` command and confirm you are where you expect to ### Make your first commit Git is great for keeping the history of all edits on files. Let's try it out by editing the file you're reading right now! -Fill in your name after this colon: [right here] +Fill in your name after this colon: Shijit Dasgupta -Optionally, write the company you are representing, if any: [right here] +Optionally, write the company you are representing, if any: Self Check the appropriate boxes as they apply to you or the company you represent: [ ] Interested in hearing about upcoming Debug Academy classes