Friday, 27 September 2013

copying remote master to local branch -git

copying remote master to local branch -git

Hey I am working on a local branch on an Android Project.I want to replace
all code on my local branch with all the code on the remote master.When I
try to do git pull origin master,it tries to merge and pulls up conflicts
to resolve,which is undesirable since I just want to simply replace
everything.

No comments:

Post a Comment