-1

I am new to Github. I have four folders on my computer which contains multiple HTML/CSS files. I want to push those four folders to a GitHub repository call CSS. But whenever I write push command in git bash I am seeing this error:enter image description here

Please, someone, help me to get rid of this problem.

Oli Ullah
  • 161
  • 1
  • 2
  • 9

1 Answers1

0

The git repo has changes pushed to it, by someone else possibly. You need to run git pull to merge the changes in locally, solve any conflicts if they exist and then you'll be able to push.

James Elliott
  • 1,012
  • 9
  • 20