|
| 1 | +--- |
| 2 | +title: Stashing changes |
| 3 | +intro: You can stash changes to temporarily save them without committing them to a branch. |
| 4 | +versions: |
| 5 | + free-pro-team: '*' |
| 6 | +--- |
| 7 | + |
| 8 | +### About stashed changes |
| 9 | +You can view and make commits to any of your repository's branches. If you have uncommitted, saved changes, you'll need to decide what to do with your changes before you can switch branches. You can commit your changes on the current branch, stash your changes on the current branch, or bring the changes to your new branch. If you want to commit your changes on the current branch, follow the steps in "[Committing and reviewing changes to your project](/desktop/contributing-to-projects/committing-and-reviewing-changes-to-your-project)" before switching branches. |
| 10 | + |
| 11 | +You can stash all uncommitted changes to temporarily save the changes without committing them, and then reapply the changes later. You can only stash one set of changes at a time with {% data variables.product.prodname_desktop %}. After you stash changes on a branch, you can safely change branches or make other changes to your current branch. |
| 12 | + |
| 13 | +### Stashing changes |
| 14 | + |
| 15 | +{% data reusables.desktop.click-changed-files-header %} |
| 16 | +{% data reusables.desktop.click-stash-all-changes %} |
| 17 | + |
| 18 | +### Switching between branches |
| 19 | + |
| 20 | +{% tip %} |
| 21 | + |
| 22 | +**Tip**: You can set a default behavior for switching branches in the **Advanced** settings. For more information, see "[Configuring basic settings](/desktop/getting-started-with-github-desktop/configuring-basic-settings)." |
| 23 | + |
| 24 | +{% endtip %} |
| 25 | + |
| 26 | +{% data reusables.desktop.current-branch-menu %} |
| 27 | +{% data reusables.desktop.switching-between-branches %} |
| 28 | +  |
| 29 | +3. If you have saved, uncommitted changes, choose **Leave my changes** or **Bring my changes**, then click **Switch Branch**. |
| 30 | +  |
| 31 | + |
| 32 | +### Retrieving stashed changes |
| 33 | +To access changes you've stashed in another branch, switch back to the branch you stashed the changes in. |
| 34 | + |
| 35 | +{% data reusables.desktop.current-branch-menu %} |
| 36 | +{% data reusables.desktop.switching-between-branches %} |
| 37 | +  |
| 38 | +3. In the left sidebar, click **Stashed Changes**. |
| 39 | + |
| 40 | +4. To delete your stashed changes, click **Discard**, or to use your stashed changes, click **Restore**. |
| 41 | + |
0 commit comments