From 05fac847a5629e36050dcd69b9a782b2645d3cc7 Mon Sep 17 00:00:00 2001 From: Darragh Bailey Date: Tue, 16 Oct 2012 16:39:54 +0100 Subject: [PATCH] Add README file for project Add a basic readme file for the project Change-Id: Ia028d7afc9df2a599a52b1b17858037fab4e3f44 JIRA: CICD-242 --- README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..2b22080 --- /dev/null +++ b/README @@ -0,0 +1,8 @@ +hpgit is a Python application providing a default workflow for HP Cloud +projects (i.e. feature branch creation/finishing, release starting/finishing) +on top of git. The operations are performed using Git commands. + +hpgit can use multiple configuration files to specify project, team and +individual preferences when working on projects. This allows for a number of +similar but slightly different workflows to be implemented, while being +described by the same commands.