From b86d2c480f574a2ae4ccf1fdeef25e91a5e61925 Mon Sep 17 00:00:00 2001 From: Johannes Gilger Date: Thu, 3 Sep 2009 15:50:18 +0200 Subject: [PATCH] UserManual: Add disclaimer as to what GitX is Add a disclaimer about the intended use of GitX. A lot of people seem to think GitX is a way to make using a complex system easy. Other think that they can learn git by clicking their way around GitX. Signed-off-by: Johannes Gilger --- Site/UserManual/text/01 - Introduction.markdown | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Site/UserManual/text/01 - Introduction.markdown b/Site/UserManual/text/01 - Introduction.markdown index e654123..be23639 100644 --- a/Site/UserManual/text/01 - Introduction.markdown +++ b/Site/UserManual/text/01 - Introduction.markdown @@ -2,4 +2,15 @@ User Manual ----------- This is the GitX user's manual. In this document, you will be able to read -about everything you need to know on how to use GitX. \ No newline at end of file +about everything you need to know on how to use GitX. + +### Disclaimer + +GitX aims to be a graphical wrapper around the most-frequently used +git-commands, enabling you to satisfy your daily git needs in one consistent +program. GitX doesn't aspire to be a complete interface for the wide variety of +git command-line programs with their ever-growing number of options. It's also +no easy way to learn git. A sound understanding of how git stores data, how it +works on that data and how to recover from (accidental) deletion of branches +and commits will not only help you with git but will also enable you to learn +GitX with greater confidence and speed.