git - Github pages showing old code -


i have rudimentary understanding of github: know how create, add, commit, push , clone repositories. i've started exploring github pages host projects. latest project started in march , pushed gh-page. have since refractored , improved code , made quite few changes. on local server changes shown after pushing github , making new gh-page several times, still see old project.

could please help.

if shows non-fast-forward updates rejected, means local , remote repository out of sync because or else made changes upstream repo , possible cause of problem.

try fetch , merge changes or use pull command.

source: https://help.github.com/articles/dealing-with-non-fast-forward-errors

if isn't problem, show errors when pushing? , project have multiple branches?


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -