Git/stash: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< Git
Created page with "'''Action''': saves your local modifications away and reverts the working directory to match the HEAD commit ==Links== ===Documentation=== * [http://kernel.org/pub/software/sc..." |
git tools for stashing |
||
| Line 3: | Line 3: | ||
===Documentation=== | ===Documentation=== | ||
* [http://kernel.org/pub/software/scm/git/docs/git-stash.html manpage @ kernel.org] | * [http://kernel.org/pub/software/scm/git/docs/git-stash.html manpage @ kernel.org] | ||
* [https://git-scm.com/book/en/v1/Git-Tools-Stashing 6.3 Git Tools - Stashing] | |||
Revision as of 19:39, 16 July 2015
Action: saves your local modifications away and reverts the working directory to match the HEAD commit
