문제

I used GitHub for Windows to clone a repository(for which I am a contributor) into my local system.Now some changes have been pushed into the master copy at GitHub and I want to update my local copy with those updates using GitHub for windows. I tried to sync the repository but I guess it does only sync it with local copy but not update it as after I sync it shows 'no uncommitted changes'. how can I do it?

도움이 되었습니까?

해결책

Using the 'sync' option both pushes and pulls, so you've updated your copy.

The 'no uncommitted changes' message means that you haven't made any changes to this repository yourself that aren't committed.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top