• Add git-stash script · f2c66ed1
    しらいしななこ 提交于
    When my boss has something to show me and I have to update, for some
    reason I am always in the middle of doing something else, and git pull
    command refuses to work in such a case.
    
    I wrote this little script to save the changes I made, perform the
    update, and then come back to where I was, but on top of the updated
    commit.
    
    This is how you would use the script:
    
      $ git stash
      $ git pull
      $ git stash apply
    
    [jc: with a few fixlets from the list]
    Signed-off-by: NNanako Shiraishi <nanako3@bluebottle.com>
    Signed-off-by: NJunio C Hamano <gitster@pobox.com>
    f2c66ed1
.gitignore 2.3 KB