From fdefdbf39f930e0c3ade5e53ab386e00a0af4845 Mon Sep 17 00:00:00 2001 From: Ashraf Abed Date: Sat, 2 Dec 2017 03:26:26 -0500 Subject: [PATCH 1/2] 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 308ad9ba28c4788b2ca9b4be90c843f9c1e7bbed Mon Sep 17 00:00:00 2001 From: "Kevin E. Post" Date: Thu, 4 Jan 2018 17:30:32 -0500 Subject: [PATCH 2/2] Going over the GIT material from the 2 Dec training --- git_assignment.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/git_assignment.md b/git_assignment.md index 3e4a507..5ee5e6c 100644 --- a/git_assignment.md +++ b/git_assignment.md @@ -61,7 +61,8 @@ Wonderful! You now have cloned this repository twice. Once in your github.com ac ### Create and switch to a new branch A branch is a version of your repository. By convention, we don't want to edit the 'master' branch, that version of your repository should continue to match that of Debug Academy's repository. - +- `cd` into the new folder + - `cd debugacademy-git` - Create a new branch based off of the master branch - ```git checkout -b [new-branch] [base-branch]``` - Name the branch using the following common convention @@ -78,12 +79,12 @@ 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: Kevin E. Post -Optionally, write the company you are representing, if any: [right here] +Optionally, write the company you are representing, if any: None at this time, but a BIG One come May 2018. Doing some practice on GIT. Check the appropriate boxes as they apply to you or the company you represent: -[ ] Interested in hearing about upcoming Debug Academy classes +[X] 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