diff --git a/.gitignore b/.gitignore index 1b5cdff..ada6875 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ lesson-1/* -lesson-2/* \ No newline at end of file +lesson-2/* + diff --git a/lesson-1/lesson_1.qmd b/lesson-1/lesson_1.qmd index 823ba9d..0853a37 100644 --- a/lesson-1/lesson_1.qmd +++ b/lesson-1/lesson_1.qmd @@ -9,22 +9,24 @@ Please fill out the following questions to help us know you better. Your respons ## Personal Information -**Name:** -_Anurag Ramesh Patil_ +**Name:** +_TJ Tolliver_ -**Major/Field of Study:** -_Master in Business Analytics_ +**Major/Field of Study: ** +_Masters of Science in Business Analytics_ ## About You **1. What are your hobbies or interests?** -_Travelling, Playing guitar_ + +_Board Games, Coffee, Climbing._ **2. Why did you choose your current field of study?** -_to cash out the new oil_ +_Want to be able to work remote and create systems that make peoples jobs easier._ **3. What is one skill you wish to improve or learn?** -_Coding, Data Analysis, Visualisation, and git_ +_my python and sql skills._ + ## Future Goals diff --git a/lesson-2/favorite-foods.md b/lesson-2/favorite-foods.md new file mode 100644 index 0000000..53cf777 --- /dev/null +++ b/lesson-2/favorite-foods.md @@ -0,0 +1,8 @@ +---Favorite Foods--- + +1. Chocolate + +2. Pizza + +3. Pasta + diff --git a/lesson-2/lesson_2.qmd b/lesson-2/lesson_2.qmd index f58bcd5..b0a58b7 100644 --- a/lesson-2/lesson_2.qmd +++ b/lesson-2/lesson_2.qmd @@ -1,10 +1,18 @@ ---- -title: "Lesson 2 - branching & merging" -format: html ---- - -1. Create a branch called `favorite-foods` -2. Add a file called `favorite-foods.md` -3. List 3 of your favorite foods -4. Save the file and commit to your branch. -5. Switch to the `main` branch and merge your `favorite-foods` branch \ No newline at end of file +1.