Actions
Working with the git repository » History » Revision 4
« Previous |
Revision 4/5
(diff)
| Next »
mfxbe, 06/09/2024 04:41 PM
Working with the git repository¶
Get this repository¶
To clone this repository simply run
$ git clone https://git.fairynight.eu/alice.git
To update an existing instance run
$ git pull origin master
Send patch¶
The maintainer of alice is mfxbe, please send patches via e-mail like
$ git send-email --to dev@mfxbe.de -1
or
''$ git format-patch -10 HEAD --stdout > commits.patch''\
''$ git send-email --to dev@mfxbe.de commits.patch''
Authorized SSH access via ''git@dyndns.mfxbe.de:/srv/git/alice.git''.
Updated by mfxbe 6 months ago · 4 revisions