Working with BitBucket

BitBucket is Git repository management solution using which one can manage git repositories, collaborate on source code. In this project we will learn…

Working with GitLab

GitLab is a web-based Git repository that provides free open and private repositories, issue-following capabilities, and wikis. It is a complete DevOp…

Merging and Resolving Merge Conflicts

In a real project, there are normally more than 1 person working and hence there are high chances to get merge conflict when we commit the changes. In…

Working with GitHub

GitHub is where the world builds software. It is used by 83+ million developers and 4+ million organizations. It is a code hosting platform for versio…