DevTips
@FrontedDev
6
subscribers
50
photos
26
links
Download Telegram
Join
DevTips
6 subscribers
DevTips
#tips
#git
| How do you stash an untracked file?
git
stash --include-untracked
Stack Overflow
How do you stash an untracked file?
I have changes to a file, plus a new file, and would like to use
git
stash to put them away while I switch to another task. But
git
stash by itself stashes only the changes to the existing file; t...
DevTips
#Git
#Tips