Re: Git stash (or git rev-parse) doesn't inherit the '--work-tree' parameter

2017-12-04 Thread Jacob Keller
On November 29, 2017 11:02:10 PM PST, marc PINHEDE wrote: >Hello guys, > >I don't know if this is a normal behavior, so I'll just explain it >here. > >* Behavior: > >from a directory OUTSIDE my git repo, I can run this command >successfully: >$ git

Git stash (or git rev-parse) doesn't inherit the '--work-tree' parameter

2017-11-29 Thread marc PINHEDE
Hello guys, I don't know if this is a normal behavior, so I'll just explain it here. * Behavior: from a directory OUTSIDE my git repo, I can run this command successfully: $ git --git-dir=/my/repo/path/.git --work-tree=/my/repo/path pull origin master But this one: $ git