Working with the git repository » History » Version 5
mfxbe, 06/09/2024 04:43 PM
1 | 1 | mfxbe | # Working with the git repository |
---|---|---|---|
2 | |||
3 | ## Get this repository |
||
4 | To clone this repository simply run |
||
5 | |||
6 | 4 | mfxbe | `$ git clone https://git.fairynight.eu/alice.git` |
7 | 1 | mfxbe | |
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 | 5 | mfxbe | Authorized SSH access via ''git@fairynight.eu:/srv/git/alice.git''. |