Git, ToolsReference: How to Git Stash To save the uncommitted changes: # Either without a name $ git stash # Or with a stash name: $ git stash save funny-stash Continue reading → Standard