Relative Content

Tag Archive for gitvisual-studio

Git Pull is not updating the files -VS2022

I’m new to Git and I’m using it to work on my project from two different PCs, both VS2022 and both have same account.
Committing and pushing from first computer does update the Git repo, However, pulling from the other computer only synchronizes the commits (under local history) but never updates the actual code/file. How to apply the changes on the actual code?

Unable to git push from Visual Studio, command line works?

So I got a git repository set up in Visual Studio. Commits etc work fine. It’s seemingly able to pull from the repository fine (no errors, at least) but cannot push. I get an error about invalid remote name which doesn’t make sense. Here’s the output:

How to change the dir of an existing git project

I have made an Visual Studio project and I made it to be on github. After some time of expansion I realized the config files were getting too big, causing time to download in one of my slower machines and even reached the 100mb limit.