Author:
Git & Github⚓︎
Version control is important especially when we are collaborating with others for a big project.
Git
is one of the tools for version control.GitHub
is a cloud service for uploading and storing repos you edit locally.
This section is split into below sections:⚓︎
-
Git theory for understanding Git essence (💯 Highly recommend reading first before using the command line).
-
Git commands for a start using Git commands.
-
GitHub Action for CI.
-
GitHub Semantics Versioning for a convention.