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]> --- Ok, I rewrote the disclaimer to make it more user-friendly. I rewrote most of it as you can see and now I'm really considering a career in marketing :P Site/UserManual/text/01 - Introduction.markdown | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/Site/UserManual/text/01 - Introduction.markdown b/Site/UserManual/text/01 - Introduction.markdown index e654123..9b153e2 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. -- 1.6.4.2.236.gf324c
