Link to home
Start Free TrialLog in
Avatar of Bobby
BobbyFlag for United States of America

asked on

Git, how to retrieve the latest stuff that is in master branch?

I need whatever is in master branch to now be in my test branch named RM.

I definitely do not want to merge RM to master... I need it to be the other way around.
Avatar of David Favor
David Favor
Flag of United States of America image

Just do a git pull + if you're paranoid, zip your entire directory, then do a git pull, then do an unzip.
Avatar of Bobby

ASKER

so just doing:

git pull

will pull whatever is in master branch into my dev branch?
ASKER CERTIFIED SOLUTION
Avatar of Danilo Andrade
Danilo Andrade
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial