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
fvalmeida
9/6/2017 - 7:31 PM
share
Share
add_circle_outline
Save
Convert non-empty directory into a remote Git working directory
git-init-non-empty-dir
content_copy
file_download
git init git remote add origin PATH/TO/REPO git fetch git checkout -t origin/master
clear