5

Git submodules in pass work quite well for using different sets of passwords. My only issue is that I cannot issue git submodule commands through pass.

For example,

pass git submodule foreach git pull 

returns:

fatal: /usr/local/Cellar/git/2.6.4/libexec/git-core/git-submodule cannot be used without a working tree.

wogsland
  • 9,106
  • 19
  • 57
  • 93
Harrison Powers
  • 359
  • 1
  • 7
  • 16

1 Answers1

2

As a workaround, within ~/.password-store, git submodule commands work as expected

Harrison Powers
  • 359
  • 1
  • 7
  • 16