From abc1bd14d6b7c7f5665d671aab3a8897b9406405 Mon Sep 17 00:00:00 2001 From: Jan Pecha Date: Fri, 19 Apr 2013 19:06:28 +0200 Subject: [PATCH] added readme Signed-off-by: Jan Pecha --- readme.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..4c240c4 --- /dev/null +++ b/readme.md @@ -0,0 +1,18 @@ +Git-PHP +------- + +Library for work with Git from PHP. + +``` php +isChanges()) + { + $git->add($filename) + ->commit('Added a file.'); + } +``` +