password-store clone failsauce

From thelinuxwiki
Revision as of 16:30, 8 January 2017 by Nighthawk (Talk | contribs)

Jump to: navigation, search


passwordstore

clone existing password store

$ pass git init
$ git remote
$ pass  git remote add origin some_homename:/path/to/.password-store/
$ git remote
$ pass git pull
$ pass git pull master
$ git status
$ git branch --set-upstream-to=origin/master master
$ pass git pull
$ pass git pull
$ pass git clone user@192.168.1.1:/path/to/.password-store .