EOSERV Wiki > Page: EOSERV Git

EOSERV Git

Checking-out the source

Before you start, make sure you have installed git, preferably via your distro's package manager.

The following command will clone the EOSERV repository maintained on Github into a directory called eoserv.

git clone https://github.com/eoserv/eoserv/

Updating EOSERV

Typing git pull --rebase in the source directory will download and apply the latest updates if there are no conflicts. If there are conflicts, git will display where in the code conflicts exist. To complete pulling, git will require conflict resolution.

EOSERV Wiki > Page: EOSERV Git