How to auto update my github repository ?
Hey, i'm new to all this and ive tried for hours to find a way to
1- link my repository to VS to modify my website files
2 - update the files after every saves
Can someone help me?
4 Replies
The whole point of Git and GitHub is that’s it’s not automatic. You need to purposely push your local changes to your GitHub repo.
should i install the zip every time on my repos and open it on VS and finally swap it with the old website file?
No. If you’re happy with your changes you then use the GH integration panel to push your changes to the repo. That way it stays up to date.
And if you make changes on another machine then you need to pull the changes down from GH to it local machine
oh okay thanks !