2 posts tagged with "git stash push"

    git stash with a message

    2022-11-28

     | 

    ~1 min read

     | 

    157 words

    Adding a message to a stash is a great way to easily identify what’s included in a stash. This can be particularly helpful if you’re only…

    git stash a specific file

    2022-11-28

     | 

    ~2 min read

     | 

    261 words

    Sometimes you only want to stash a few files at a time. Maybe in the course of your work, the files you were changing revealed a bigger…

Return to all tags