Source control management for test automation with Git

University/Institute: Coursera Project Network





Description

Every development team or automation team needs a good way to collaborate and manage changes and to version code in their codebase. That’s why they use source control or version control. Source control refers to tracking and managing changes to code. This ensures that developers are always working on the right version of the source code. Git is one of the most widely used open-source distributed source code management systems for tracking changes in source code during software development. In this 1-hour long project-based course, you will learn how to 1. Execute GIT commands via Eclipse plugin and CLI 2. Clone, Fetch and Pull code from remote repository 3. Commit, merge and push code to the remote repository