I have a situation wherein I have to take a huge list of un-tracked file and copy it to some backup folder.
I know we can stash un-tracked file using git stash -u but I don't want 
that.    
I just want it to be copied to local folder in filesystem.
Is that possible ?
 
     
    