sutho100
6/24/2019 - 5:03 AM

revert changes in git to before a ticket was used

git checkout master
git fetch --all
-----reset origin master to before ticket ----
----cherry pick the commits which are in front of the origin revered changes ----
git push -f origin master
git checkout staging
git pull --rebase origin staging
git rebase master
git push -f origin staging