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
magixyu
3/30/2020 - 2:29 PM
share
Share
add_circle_outline
Save
git force to overwrite local files
git force to overwrite local files
git-reset.sh
content_copy
file_download
$ git fetch --all $ git reset --hard origin/master $ git pull
clear