gitzone

git-based zone management tool for static and dynamic domains
git clone https://git.parazyd.org/gitzone
Log | Files | Refs

commit af4c02bcec122ac7c02026934ec2230d8ddaae84
parent 57d34ad02f9890899ff45fd409f4254dfde44da1
Author: tg(x) <*@tg-x.net>
Date:   Mon, 14 Feb 2011 20:02:56 +0100

docs

Diffstat:
MREADME.org | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org @@ -83,7 +83,8 @@ hooks on the server make commits to the repository during a push. % git clone ns.example.net:zones % cd zones % # edit files - % git commit + % git add . + % git commit -m 'commit msg' % git push origin && git pull #+END_EXAMPLE