The “stash” command of Git is very useful when you want to save some temporary changes without making a commit, and use them later. Here some commands for typical scenarios.
1 | # Add the current uncommitted changes into a "stash" with a given name: |
The “stash” command of Git is very useful when you want to save some temporary changes without making a commit, and use them later. Here some commands for typical scenarios.
1 | # Add the current uncommitted changes into a "stash" with a given name: |