RepositoryBrowser: Add drag handler
[TortoiseGit.git] / README.md
blobd4a61ccd237fc4460f252722089796376d8cc7eb
1 TortoiseGit - The coolest Interface to Git Version Control\r
2 ==========================================================\r
3 \r
4 TortoiseGit is a Windows Shell Interface to Git and based on TortoiseSVN. It's open source and can fully be build with freely available software.\r
5 \r
6 TortoiseGit supports you by regular tasks, such as committing, showing logs, diffing two versions, creating branches and tags, creating patches and so on (see our [Screenshots](https://tortoisegit.org/about/screenshots/) or [documentation](https://tortoisegit.org/docs/)).\r
7 \r
8 * Website: [tortoisegit.org](https://tortoisegit.org)\r
9 * Download: [tortoisegit.org/download](https://tortoisegit.org/download)\r
10 * Documentation: [tortoisegit.org/docs/](https://tortoisegit.org/docs/)\r
11 * Support: [tortoisegit.org/support/](https://tortoisegit.org/support/)\r
12 * Issue tracker: [tortoisegit.org/issues](https://tortoisegit.org/issues)\r
13 * Contribute: [tortoisegit.org/contribute/](https://tortoisegit.org/contribute/)\r
14 * Mailing lists: [tortoisegit-announce](https://groups.google.com/group/tortoisegit-announce),\r
15                  [tortoisegit-users](https://groups.google.com/group/tortoisegit-users) and\r
16                  [tortoisegit-dev](https://groups.google.com/group/tortoisegit-dev)\r
17 * StackOverflow tag: [tortoisegit](http://stackoverflow.com/questions/tagged/tortoisegit)\r
19 Download\r
20 --------\r
22 The latest release and language packs are available on the [download page](https://tortoisegit.org/download). There you also find the system requirements and latest release notes.\r
24 The TortoiseGit team also provides [preview releases](https://download.tortoisegit.org/tgit/previews/) on an irregular basis. These versions are used by the TortoiseGit developers and are built from the latest code that represents \r
25 the cutting edge of the TortoiseGit development.\r
27 What to do if things go wrong or a crash happened?\r
28 --------------------------------------------------\r
30 Before reporting an issue, please search whether a similar issue already exists and check that your problem isn't fixed in our latest [preview release](https://download.tortoisegit.org/tgit/previews/).\r
32 An important aspect of reporting issues it to have a reproducible way for the issue and also to mention your exact version of your operating system, the version of Git and the version of TortoiseGit (this information can be found on the TortoiseGit about dialog).\r
34 TortoiseGit includes a crash reporter (if not disabled on installation), which automatically uploads crash dumps to drdump.com, where the TortoiseGit team can review them. If you have a reproducible way, please also file an issue and link the crash report.\r
36 We have a special page describing [steps for debugging](src/Debug-Hints.txt), where the majority of ways does not require to build TortoiseGit on your own.\r
38 How Can I Contribute?\r
39 =====================\r
41 You're welcome to contribute to this project! There are several aspects you can help on:\r
43 * improving our [documentation](https://tortoisegit.org/docs/) (see [doc/readme.txt](doc/readme.txt) file and [doc](doc) folder),\r
44 * [translations](Languages/README.txt),\r
45 * testing [preview releases](https://download.tortoisegit.org/tgit/previews/),\r
46 * helping other users on the mailing lists,\r
47 * improving our UIs, or also\r
48 * coding (e.g., fix open issues or implement new features; see below for more information).\r
50 Any help is appreciated!\r
52 Feel free to report issues and open merge requests.\r
54 Please also check the [contribution guidelines](doc/HowToContribute.txt) to understand our\r
55 workflow.\r
57 How to build\r
58 ------------\r
60 Building TortoiseGit normally is not necessary, however, it is easy. All necessary requirements and steps are described in the [build.txt](build.txt) file. Helpful might also be our short description in the [architecture.txt](architecture.txt) file.\r
62 License\r
63 =======\r
65 TortoiseGit is licensed under the [GPLv2](src/gpl.txt).\r