Working with the git repository » History » Revision 4
Revision 3 (mfxbe, 06/07/2024 02:23 PM) → Revision 4/5 (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` https://dyndns.mfxbe.de/other/fcw/gitLinks/alice.git` To update an existing instance run `$ git pull origin master ` ## Send patch The maintainer of alice is [mfxbe](dev@mfxbe.de), 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''.