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
6 changes: 3 additions & 3 deletions git_assignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ 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: Damon Tucker

You're not done quite yet. Changes saved to the git history must be deliberate; git does not save every edit you do to the history automatically. Imagine how long the list would be if it did!

Expand All @@ -77,10 +77,10 @@ Name this branch git-02-[your initials]
You've done this before! Look at the earlier notes to see how it's done.

### Commit to the latest branch
On your newest branch, write the company you are representing, if any: [right here]
On your newest branch, write the company you are representing, if any: Tigron Consulting, LLC

Also, (optionally) 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

Expand Down