Difference between revisions of "Collaboration"
m (Added links) |
|||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
= Overview = | = Overview = | ||
− | When working on projects with other people, making use collaborative tools in order to adequately communicate and keep track of files within the project is vital for successful completion. This becomes especially useful | + | When working on projects with other people, making use of collaborative tools in order to adequately communicate and keep track of files within the project is vital for successful completion. This becomes especially useful when working on large projects, with many people, or if real-life collaboration is otherwise impossible (like being in a pandemic). This page outlines some helpful tools that help the collaboration process easier. |
− | === Git === | + | === Shared Repositories / Git === |
− | For file version and file tracking, Git is a popular option for this and is quite powerful. The main wiki page for Git is available [http://wiki.ee.uct.ac.za/Git here]. | + | For file version and file tracking, Git is a popular option for this and is quite powerful. The main wiki page for Git is available [http://wiki.ee.uct.ac.za/Git here]. [https://github.com/ GitHub] is among the most commonly used online Git repository services. [https://bitbucket.org Bitbucket] is based on Git and is mainly a source-code repository that provides similar functionalities with a different interface and some other features. |
=== Communication === | === Communication === | ||
− | There are a host of different communication platforms - all with their own perks. For example there's Whatsapp, Telegram, Microsoft Teams, Slack and [http://wiki.ee.uct.ac.za/Discord Discord]. | + | There are a host of different communication platforms - all with their own perks. For example there's Whatsapp, Telegram, Microsoft Teams, [https://slack.com/ Slack] and [http://wiki.ee.uct.ac.za/Discord Discord]. |
Latest revision as of 20:34, 2 August 2021
Overview[edit]
When working on projects with other people, making use of collaborative tools in order to adequately communicate and keep track of files within the project is vital for successful completion. This becomes especially useful when working on large projects, with many people, or if real-life collaboration is otherwise impossible (like being in a pandemic). This page outlines some helpful tools that help the collaboration process easier.
[edit]
For file version and file tracking, Git is a popular option for this and is quite powerful. The main wiki page for Git is available here. GitHub is among the most commonly used online Git repository services. Bitbucket is based on Git and is mainly a source-code repository that provides similar functionalities with a different interface and some other features.
Communication[edit]
There are a host of different communication platforms - all with their own perks. For example there's Whatsapp, Telegram, Microsoft Teams, Slack and Discord.