Skip to content

olewinther/olewinther.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

github_winther

Change

When you want to change something or update the website:

  • First time: clone the repo on your laptop
git clone https://github.com/olewinther/olewinther.github.io
  • If you already have the repo on your laptop
cd olewinther.github.io
git pull
  • change something
git add .
git commit -m "Change something"
git push origin main

now your changes are online. If you host your website with github.io, stop here.

Server

If your website is on another server, ssh in the server

  • First time you copy the content on the server:
git clone https://github.com/olewinther/olewinther.github.io

The index.html should be recognited automatically.

If the repo is already on the server

  • cd in the folder and pull
cd olewinther.github.io
git pull

then follow the same procedure for updating.

About

Ole Winther's homepage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages