Web-based project for providing information about the mRNA vaccines, it's application and effects to the general public.
$ git status
$ git add --all
Noe som bør gjøres for filer som ikke skal "commites", er å legge de til i ".gitignore".
$ git rm <filnavn>
$ git commit -m "Example: Updated front page to include an image."
$ git push
$ git pull
$ git checkout -b <branch-navn>
$ git checkout <branch-navn>
$ git branch -a