Using Git Tools to Manage File Changes and Collaborate: Collaboration Platforms
-
Instructor: Akshay Ghosh
-
Level: Beginner
-
Duration: 3.5 hours
-
Helpers: TBD
-
Date: November 26, 2024 | 1:00 - 4:30 pm (Atlantic)
Version control is the practice of managing and sharing changes to documents, programming code, websites or any other files to keep track of what’s been changed, by whom, when and why. All previous versions of files are saved and you can even revert to a previous version. Git is a version control software. Git-portal sites, like GitHub or GitLab, offer many useful features to facilitate collaborative development.
This is the second workshop of a two-part series. The first session focuses on version control. The second explores using Git for collaborative development.
This session will focus on collaborative development workflows using Git-collaboration sites like GitHub, GitLab or Bitbucket and will demonstrate how to work with branches, issue tracking, contribute to projects using pull-/merge-requests, code-review, how to run CI/CD-pipelines and use other common features of these platforms.
- Have a Github Account