GitHub [REWORK]
Make Do uses GitHub daily for code-based collaboration, version control, and workflow management.
GitHub Basics:
-
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.
-
-
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.
-
-
References:
-
GitHub Glossary provides clarification on confusing terms.
-