Good practical video. What I'm missing is version control. What if the changes made here were meant for another version, so hat we have the old code still available at a whim.
Thanks so much, this is helping me get started. However I've found that a lot of the screens and menus have changed since the video was published. I was able to figure it out but I work with computers a lot, so maybe putting out an updated video would help others.
When i push, this message appears: Failed to push the branch to the remote repository . See the Output window for more details . What's the solution please
If you cant find the option to add a GitHub Account, see this Updated Video: th-cam.com/video/uYdfPa1VJ10/w-d-xo.html
thank you. simple and direct to the point.
Amazing tutorial, very effective
Glad it was helpful!
Good course and good explanations, Thank you.
Such a life saver, a big thanks to you. ❤❤❤
Excelente video amigo. breve, claro, y directo al tema en cuestion. Muchisimas gracias
Great demo!!! Precisely explained. :)
at 1:21 I don't get the option to add a GitHub acc. I'm using the latest update for VS 2022, any idea why?
Same problem.
Found a work around:
Go to Add to Source Control in the bottom right - choose git.
I was able to figure it out from there.
Thanks for the find it!
@@intcoder Same issue here, but cannot find 'Add to Source Control' where is that please?
Hi. Have you found a solution to this problem?
@@ДиванныйВоин-щ4п i don't recall, maybe i just gave up lol. i think i did, the option was located in another menu iirc.
Great Work.....
Good practical video. What I'm missing is version control. What if the changes made here were meant for another version, so hat we have the old code still available at a whim.
thankyou for the explanation
You're welcome
Thanks so much, this is helping me get started. However I've found that a lot of the screens and menus have changed since the video was published. I was able to figure it out but I work with computers a lot, so maybe putting out an updated video would help others.
Thanks for the feedback! I will do an updated version!
Great video
Thank you good sir, here's a cookie. 🍪
how can i do it with the comand line interface?
i haven't done that. Will looking into it.
Thanks a lot
Its really helps me, appreciate
Glad to hear that
When i push, this message appears:
Failed to push the branch to the remote repository . See the Output window for more details .
What's the solution please
That is an issue related to the repository. if you try to a local folder and it works it will confirm repository issue.
Awesome.
Thank you so much!
awesome ty 👍
1:15 i dont have github account
Hi man. Have the same problem. Did you find a solution?
@@ДиванныйВоин-щ4п nah ;/
guys, did you find the solution?
my "Commit All" button is grayed out and I've got no idea why
make sure you linked your account properly
There isnt a option to add account to Github. Only Microsoft and Azure. It may be a problem with Visual Studio 2022
Good job on this video.
But too bad you don't mention "sync" too, as it is a basic command.
How to push database ?
Database needs to be locally or on the cloud, GitHub should only store your code and connection string to your databases.