Git - remove all files from repo
Example for master branch:
git rm -r --cached .
git commit --amend
git pull origin master
git push origin masterWritten by Dmitry Belaventsev
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
 #Git 
Authors
Related Tags
#git
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#

 
 
 
