what’s the difference between the application and the Github on the website? I find it problematic to create a new repository on the application. It might just be me
What is it in simple terms what you do when you create a repository?Is it a project which stores code?
How can I sync a project I created in Visual Code in Git?
git is the actual software, you can use it without ever touching github. github provides a web based service for hosting repositories and various tools which make managing/collaborating on a repo easier. Other web-based hosting services with similar options exist bitbucket/gitlab etc.
A really good place to start (on what it is that git actually does) that will give better answers than I can- https://git-scm.com/book/en/v2
Even if you don’t read the whole thing right now the first few pages alone should give you a good idea of how git works.
Both gitkraken and vscode have brilliant getting started docs that cover far more than a forum reply could manage.