KodeKloud Engineer Git Lab4

The question 4:
commiting the index.html change under /usr/src/kodekloudrepos/media. where index.html is placed on jump server.

I got thr error:

- required changes are not pushed to 'master' branch in '/usr/src/kodekloudrepos/media' repository on Storage server

please check git log:

sudo git log
commit 12ab8732026ac40af568e0fc8db92b608a428ee6 (HEAD → master)
Author: Admin admin@kodekloud.com
Date: Sat Jul 11 06:22:18 2026 +0000

uploading index.html

commit 64682ea1b8690938429b65d4ad0e193b0e81d8e2 (origin/master)
Author: Admin admin@kodekloud.com
Date: Sat Jul 11 06:15:14 2026 +0000

initial commit

[natasha@ststor01 media]$

You need to operate on the git repo as the root user.

i fixed the problem… it was commited with root.

however, i didn’t push the changes to master as 3rd requirement. post running push, it was succesfull.