Project

General

Profile

Working with the git repository » History » Version 3

mfxbe, 06/07/2024 02:23 PM

1 1 mfxbe
# Working with the git repository
2
3
## Get this repository
4
To clone this repository simply run
5
6
`$ git clone https://dyndns.mfxbe.de/other/fcw/gitLinks/alice.git`
7
8
To update an existing instance run
9
10
`$ git pull origin master
11
`
12
## Send patch
13 3 mfxbe
The maintainer of alice is  [mfxbe](dev@mfxbe.de), please send patches via e-mail like
14 1 mfxbe
15
`$ git send-email --to dev@mfxbe.de -1`
16
17
or
18
19
''$ git format-patch -10 HEAD --stdout > commits.patch''\\
20
''$ git send-email --to dev@mfxbe.de commits.patch''
21
22
23
----
24
Authorized SSH access via ''git@dyndns.mfxbe.de:/srv/git/alice.git''.
Legal notice and privacy policy