EOSERV Wiki > Page: EOSERV Git > History > Revision Diff

Revision Diff: EOSERV Git

Revision by at 21st Nov 2021 10:47 pm
DeletionsAdditions
== 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 <tt>eoserv</tt>.
<pre>
git clone https://github.com/eoserv/eoserv/
</pre>
== Updating EOSERV ==
Typing <tt>git pull --rebase</tt> 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 > History > Revision Diff