#git init -> to initialise git #git add filename.ending -> to add a file to the commit #git commit -m "comment" -> to fullfill the commit #git branch -M main -> to add commits to a branch. In this case the main branch #git remote add origin https://github.com/Guelakais/Juliaprojects.git -> to add the source of the github repo
#git push -u origin main -> to push your local branch to the github repo