cachaito
10/21/2019 - 2:40 PM

Revert changes already pushed to develop

  1. get last good commit id from branch you have cluttered (develop)
  2. move to other branch
  3. delete develop git branch -d develop
  4. delete branch develop in GitLab
  5. checkout last good commit: git checkout xxxxxxxx
  6. create branch named develop: git checkout -b develop
  7. push newest develop branch