About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
cachaito
10/21/2019 - 2:40 PM
share
Share
add_circle_outline
Save
Revert changes already pushed to develop
git steps to revert changes.md
content_copy
file_download
Rendered
Source
get last good commit id from branch you have cluttered (develop)
move to other branch
delete
develop
git branch -d develop
delete branch
develop
in GitLab
checkout last good commit:
git checkout xxxxxxxx
create branch named
develop
:
git checkout -b develop
push newest
develop
branch
clear