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 <[email protected]> --- I think this disclaimer is necessary, if only to point naggers to its existence. This and the next patch are also on GitHub. Site/UserManual/text/01 - Introduction.markdown | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/Site/UserManual/text/01 - Introduction.markdown b/Site/UserManual/text/01 - Introduction.markdown index e654123..9bf3c72 100644 --- a/Site/UserManual/text/01 - Introduction.markdown +++ b/Site/UserManual/text/01 - Introduction.markdown @@ -2,4 +2,14 @@ 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 handle your daily git use from one point. It will +never be a replacement for all the different git commands with all their +options. It's also no easy way to learn git. Quite the contrary, a sound +understanding of how git stores data, how it works on that data and how to +recover from accidental deletion of branches is strongly advised prior to using +GitX. -- 1.6.4.2.236.gf324c
