GitHub [REWORK]

Make Do uses GitHub daily for code-based collaboration, version control, and workflow management.

GitHub Basics:

  1. Code Collaboration:

    • Each project has a repository for code storage.

    • Team members push and pull code to stay in sync.

    • Version control ensures previous code is available until reviewed and accepted into the "master" branch.

  2. Workflow Management:

    • GitHub projects are used to track and manage workload.

    • Kanban system extends to non-code-related tasks.

    • GitHub code branches help separate new work from live code.

  3. References:

    • GitHub Glossary provides clarification on confusing terms.


Was this article helpful?