How can I move all my modification to a branch
        Posted  
        
            by michael
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by michael
        
        
        
        Published on 2010-04-01T06:45:24Z
        Indexed on 
            2010/04/01
            6:53 UTC
        
        
        Read the original article
        Hit count: 290
        
Hi,
I create a working repository in HG. And I have modified some files.
How can i move my all my modification to a branch (a branch that I have not created)? (kind of 'git stash' and the move the stash away change to a branch. Actually, I am not sure how I can do that in git either. If you know, I appreciate if you can tell me in git as well)
Thank you.
© Stack Overflow or respective owner