Git: How to revert a force push -


is possible revert master branch initial state if did force push on server code not date? tried reflog command not working keeps track local commits only.

thanks

no, if commit never on local repository cannot resolve yourself.

ask whoever had pushed you've overwritten push force again (and never never never again push force on branches other people using!)


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -