Re: [git-users] git stash and --skip-worktree files

2014-02-13 Thread Mickey Killianey
Thanks for the response...much appreciated. You're absolutely right that there are scenarios where template files would be a good solution...from what I gather, I think those use cases mostly expect the template files to be relatively stable. In our specific use case, the files that we'd need to

Re: [git-users] git stash and --skip-worktree files

2014-02-12 Thread Konstantin Khomoutov
On Sun, 9 Feb 2014 13:52:20 -0800 (PST) Mickey Killianey mickey.killia...@gmail.com wrote: My team is starting to use the --skip-worktree flag on files to allow them to keep modified files in their working directories. Ideally, they'd like an option for git-stash to apply to skip-worktree

[git-users] git stash and --skip-worktree files

2014-02-09 Thread Mickey Killianey
My team is starting to use the --skip-worktree flag on files to allow them to keep modified files in their working directories. Ideally, they'd like an option for git-stash to apply to skip-worktree files, just as it can (optionally) be applied to untracked files, so that skip-worktree files