I am new to github, and someone gave me a private repo to clone and try to make easy modification, but the repo had some bugs, and not the person has updated his repo and fixed all the bugs, the problem is that, I need to update the files I have to the recent repo.
I don't know the command, although I am thinking it would be withing a range of merge origin/master
I still have not tried any command, because I am not sure, if that will end up messing the original repo. So, how do I update mine, without making any modifications to the recent repo?
The source I downloaded it from is something like this git@gitlab.company.com:mobile-site.git
I have cloned the above in c:/wamp/www/mobile-site/
How, can I get the recent repo? thanks