Skip to content
Open
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
9 changes: 5 additions & 4 deletions git_assignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down