sei-ec-remote / project-1-issues

Open new issues here
1 stars 2 forks source link

Trouble with git #253

Closed spenserg92 closed 9 months ago

spenserg92 commented 9 months ago

What's the problem you're trying to solve?

trying to push some changes through to main.

Post any code you think might be relevant (one fenced block per file)

If you see an error message, post it here. If you don't, what unexpected behavior are you seeing?

What is your best guess as to the source of the problem?

something to do with branching?

What things have you already tried to solve the problem?

Paste a link to your repository here

https://github.com/spenserg92/Memory-Game

timmshinbone commented 9 months ago

share screenshot of your terminal

spenserg92 commented 9 months ago

Screenshot 2023-12-06 at 4 01 52 PM

spenserg92 commented 9 months ago

I deleted the other branches thinking that would help but it is still doing that. So I only have the main branch

timmshinbone commented 9 months ago

ok, git pull origin main, then push to main

spenserg92 commented 9 months ago

Great thanks!