Type in de terminal van Visual Studio Code
# git init
# git add .
# git commit -m “initial commit”
Maak een nieuwe repository aan op GitHub
# git remote add origin <de nieuwe .git URL>
Voorbeeld: # git remote add origin https://github.com/martijnvandenboom/Java_tools.git
# git push -u origin main
