Some times we just need to push what we have on dev folder and overwrite all on server repository. This terminal command is doing that.
1 |
git push origin master --force |
Some times we just need to push what we have on dev folder and overwrite all on server repository. This terminal command is doing that.
1 |
git push origin master --force |
You must be logged in to post a comment.