Update Git Repository with Sample HTML File
Tasks
- A repository named - /opt/games.githas been created.
- It has been cloned to - /usr/src/kodekloudrepos/gameson the storage server.
- A sample - index.htmlfile is located on the jump host at- /tmp/index.html.
- Copy the file to - /usr/src/kodekloudrepos/gameson the storage server.
- Add and commit the file to the repository. 
- Push the changes to the - masterbranch.
Steps
1
Check the file location
cd /tmp
ls
2
Copy file
sudo scp /tmp/index.html natasha@ststor01:/tmppasswd : Bl@kW

3
SSH into the Storage server (natasha's server 😂)
ssh natasha@ststor014
Copy index.html to the path
cp index.html /usr/src/kodekloudrepos/gamesLast updated


