MichaelMure / git-bug

Distributed, offline-first bug tracker embedded in git, with bridges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Separate command (or option) to pull user identities from remote

mstenek opened this issue · comments

In a freshly cloned repo, prior to interacting with any issues/bugs, git-bug forces you to create a brand new user -- even if your git-bug user is already stored in the remote; so, you end up having a different user every time you clone the repo!

Unless this is the desired functionality (which seems unnecessarily superfluous), I suggest allowing git-bug to pull the users stored in the remote in a separate command (or option) so that you can adopt your an already created user and from there interact with the issues/bugs. Thus potentially saving on a surfeit of duplicate (or orphaned) users.