Skip to content

asmundh/asmundh.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Første Økt

Installere git

Hvordan komme i gang med sitt første repository på github:

  1. Lag bruker på github https://github.com/join?source=header-home

  2. Installasjon av git lokalt:

    1. Windows:
      1. Følg denne guiden: https://phoenixnap.com/kb/how-to-install-git-windows
    2. Mac
      1. I terminalen, kopier og lim /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew doctor
      2. brew install git
    3. Linux
      1. apt get-install git
  3. Lage sitt eget repository på github

    1. Naviger til https://github.com/new
    2. Kall ditt nye repository <github-brukernavn>.github.io
    3. Lokalt på datamaskinen din, opprett en mappe, "githubPages".
    4. Naviger til din nye mappe, opprett en fil "index.html", og en fil "style.css"
    5. I terminalen skriv:
      1. git init
      2. git add -a
      3. git commit -m "First commit"

Din første hjemmeside!

Follow along på storskjerm

Nyttige kilder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published