100 Days of DevOps - Day 25: Git Merge Branches
Step 1: Login into the storage server.
Step 2: Go to the mentioned path and check branch.
Step 3: Create Branch name nautilus.
Step 4: Copy the index.html file from the tmp location to the current location.
Step 5: Check the status, add and commit your changes to new branch.
Step 6: Switch to master and check the branch.
Step 7: Merge nautilus to the master branch.
Step 8: Now push to the origin master.
Step 9: Now push nautilus to the origin master.
