Storing Multiple Repositories #1886
-
Hi, Is there a way to use/sync with multiple git repositories? I am trying to introduce this app (which is awesome!) to the team to share some passwords but I would like to keep my personal repository private. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
As a kind of workaround: I use this app with an "external repository" in /sdcard/Gopass. It works, even with multiple sub repos, so i just used termux to clone each repo into /sdcard/Gopass/$repo and keep it in sync with a little shell alias calling "git pull --rebase && git push" in each sub-directory |
Beta Was this translation helpful? Give feedback.
-
Why would you need to use multiple repositories when you can just have multiple different folders with different ids in a single repository, no functionality is lost by representing a repository as a subfolder of a main repository |
Beta Was this translation helpful? Give feedback.
There is not.