Automattic / action-commit-to-branch

GitHub action that will commit the result to an input branch
16 stars 19 forks source link

Include untracked files in stash #8

Closed raygesualdo closed 3 years ago

raygesualdo commented 3 years ago

When stashing files, there may be generated files that aren't tracked yet on the current branch. Make sure we include those in the stash before checkout out another branch on which those files might be tracked.

raygesualdo commented 3 years ago

Didn't actually fix my problem. Closing.