Difference between revisions of "password-store clone failsauce"
From thelinuxwiki
(→clone existing password store) |
|||
Line 8: | Line 8: | ||
$ pass git init | $ pass git init | ||
$ git remote | $ git remote | ||
− | $ pass git remote add origin | + | $ pass git remote add origin some_homename:/path/to/.password-store/ |
$ git remote | $ git remote | ||
$ pass git pull | $ pass git pull |
Revision as of 16:30, 8 January 2017
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 .