tdocs - gitzone - git-based zone management tool for static and dynamic domains
HTML git clone https://git.parazyd.org/gitzone
DIR Log
DIR Files
DIR Refs
---
DIR commit af4c02bcec122ac7c02026934ec2230d8ddaae84
DIR parent 57d34ad02f9890899ff45fd409f4254dfde44da1
HTML Author: tg(x) <*@tg-x.net>
Date: Mon, 14 Feb 2011 20:02:56 +0100
docs
Diffstat:
M README.org | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
DIR diff --git a/README.org b/README.org
t@@ -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