Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am working in a team with Selenium. We work together by Git GUI. But I do not know how to pull the updated code of my co-worker.
Could you please have any solution for me?

What I have tried:

I researched on Internet, but it just shows how to push code or clone project using Git GUI
Posted
Updated 17-Jan-19 15:57pm
v2

Perform a 'Fetch' followed by a 'Merge'.
 
Share this answer
 
Perform a 'Fetch' followed by a 'Merge':

Remote>fetch from origin
Maerge>Local merge

Put in Revision expression "master"

Reference:
https://stackoverflow.com/questions/1215814/what-is-a-git-revision-expression
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900