diff --git a/.DS_Store b/.DS_Store index 62fe833..e322795 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/documentation/Making a branch.md b/documentation/Making a branch.md new file mode 100644 index 0000000..58018a3 --- /dev/null +++ b/documentation/Making a branch.md @@ -0,0 +1,57 @@ +# Making a branch + +Here I will detail the instructions I am using to explore the branching functionality of Git while making a separate webpage for my CV. + +## Step 1: Create a New Branch + +Before making any changes, you'll want to create a new branch in your Git repository. This allows you to work on a new feature or change without affecting the main codebase. + +```git checkout -b feature/cv-page``` + +This command creates a new branch named `feature/cv-page` and switches to it. + +## Step 2: Make Your Changes + +Now, on your new branch, you can make the necessary changes to create a separate page for your CV. Based on the previous instructions: + +1. Create `cv.html`: Create a new file named `cv.html` in your project directory and add the HTML structure to embed your CV PDF using an `