I'm trying to push my changes as always I did but this time is trying to push all the folders that are outside the project and I don't know why
[Directories that is trying to add to the push] (https://i.stack.imgur.com/Edfc9.png)
[Directory where is all folders] (https://i.stack.imgur.com/5vQxR.png)
I deleted the repository and created a new one but it has the same problems
I used git remote -v to know if I'm in the right repository and yes I am.
What it tells me when I want to push
part of above picture ben then as TEXT:
PS C:\ecommercejib> git push --set-upstream origin main
To https://github.can/JuanIgnacioBe11avitis/ecommercejib
! [rejected] main -Y main (non-fast-forward)
error: failed to push some refs to 'https://github.com/JuanIgnacioBe11avitis/ecommercejib'
hint : Updates were rejected because the tip of your current branch is behind
hint : its remote counterpart. Integrate the remote changes (e.g.
hint : 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
PS C:\ecommerjic>