QA's approach 2 Java - Working with Version Control


How to work with version control from Eclipse:

1. Once the Maven project is created - follow the steps from 2

To know about Step 1 click here

2. Now check in the project to Version control

Launch Eclipse-> Select the project created in Step 1 ->Right click on the project ->Team->Share Project ->select SVN/GitHub

3. Once the connection was established & project was shared, if we make any changes then we need to commit the changes
    Team-> commit

4. To download changes done by others to our local, we need to get the updated one, so
     Team -> Update




Comments

Popular posts from this blog

QA's approach 2 Java - Understanding Static context

Selenium 4 absolute beginners - How to create Batch execution file

Technologies - Log4J - Create Log4j Configuration File - Where ? How ? What ?