I've got a question.
I want to remove all of the files from remote that are not in current commit. e.i. clean the remote to current commit.
Example:
Local Host: 
Directory:
 - folder 1
 -- file 1
 -- fiel 2  
 - folder 2
 -- file 1 
Remote: 
Directory:
 - folder 1
 -- file 1
 -- fiel 2  
 - folder 2
 -- file 1 
 - folder 3
 -- file 1
 -- fiel 2  
Such that I would delete anything that is not in on my local host, not in my commit. In this case Folder 3 and files would be deleted from remote.
 
    