gullskatten / vacci

Informational website about mrna-vaccines (ELI5)

Home Page:https://www.vacci.no

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vacci 🦠

Web-based project for providing information about the mRNA vaccines, it's application and effects to the general public.

Contributing

Git shortcutz

Sjekke status på hva du har endret

$ git status

Legg til alt arbeid

$ git add --all

Fjern en enkelt fil som har blitt "lagt til"

Noe som bør gjøres for filer som ikke skal "commites", er å legge de til i ".gitignore".

$ git rm <filnavn>

Commiter (leverer en oppdatering) - alt arbeid som er lagt til

$ git commit -m "Example: Updated front page to include an image."

Gjøre endringene tilgjengelig for alle ("push'e" til github)

$ git push

Hente endringer fra github ("pull'e" fra github)

$ git pull

Opprette branch ("versjon" av koden)

$ git checkout -b <branch-navn>

Endre branch (sjekke ut "versjon" av koden)

$ git checkout <branch-navn>

Vis alle branches ("versjoner" av koden)

$ git branch -a

About

Informational website about mrna-vaccines (ELI5)

https://www.vacci.no


Languages

Language:TypeScript 99.1%Language:HTML 0.9%