diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-09-16 11:16:12 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-09-16 11:16:12 +0200 |
commit | 72a465a038d8726e897fdfea2d51843b0f19f3d6 (patch) | |
tree | 5189e211101c1a9a8f44d295a64656df6d2577c3 | |
parent | m (diff) | |
download | using-git-72a465a038d8726e897fdfea2d51843b0f19f3d6.tar.gz using-git-72a465a038d8726e897fdfea2d51843b0f19f3d6.tar.bz2 using-git-72a465a038d8726e897fdfea2d51843b0f19f3d6.tar.xz |
more additional tools
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | using-git.texinfo | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 1cb6556..ae77656 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -1334,7 +1334,29 @@ And when a branch get merged with your develop branch the unresolved issues is merged into the develop branch. +If you are working on a large project with +multiple collaborator and contributors, and +you have dedicated hosting serve, you can +install Internet services that can assist +collaboration and especially contributors. +@itemize +@item +Flyspray is a web-based project management +and issue tracking system used by many projects +@item +GNU Mailman is a projcet for managing electronic +mailing lists which can be very useful for +accepting patches. +@item +newds is standalone NNTP server for centralised +newsgroup forum serving on a single server, which +can be very discussions. +@end itemize +All of these programs, as well as Git, are +released under the GNU General Public License, +except Flyspray which is released under the GNU +Lesser General Public License. |