You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One repository should be able to store more than one project, to allow pushes and pulls. The default project name should be stored somewhere or taken from directory name.
Possible implementation is treating projects like Git branches - storing references to most recent entry in each project. For example, .muon/refs/myproject would contain SHA1 of most recent entry in myproject.
The text was updated successfully, but these errors were encountered:
One repository should be able to store more than one project, to allow pushes and pulls. The default project name should be stored somewhere or taken from directory name.
Possible implementation is treating projects like Git branches - storing references to most recent entry in each project. For example,
.muon/refs/myproject
would contain SHA1 of most recent entry inmyproject
.The text was updated successfully, but these errors were encountered: