DEV Community

Discussion on: Git Commands ( to ease your development 🤗 )

Collapse
 
erikgmatos profile image
Erik Garces Matos

Good summary,

A tip:
We also can to put untracked files in stash, like this:

git stash --include-untracked

or

git stash -u

Collapse
 
shivam164 profile image
Shivam

Sure I will be adding it soon. Thanks for suggestion