When I push to my Bitbucket repository, using Visual Studio 2022, I get the following message:
Opening repositories:
C:\UnityProjekt\******\*****
Pushing master
Everything up-to-date
But in fact, nothing happens.
Hello @NilsJohanSoderberg
Welcome to the Atlassian Community!
Could you please check if any untracked files in the repository? You can check with the below command:
git status
If there are, you can add them and push them to the remote.
git add .
git commit -m "commit message"
git push origin master
Let us know if you have any questions.
Kind regards,
Karthick S
I just remade the repository and its working now :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.