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
|**Workspace**| Local directory where you clone Git repositories. Initialized with `workset init`. |
17
17
|**Library**| Local directory (default: `~/.workset`) where **workset** keeps your repos when they're not in your workspace. |
18
18
|**Working Set**| Set of repos in your workspace at any given time. |
19
19
|**Drop**| Move a repo from your workspace to the library. The repo disappears from your workspace, but remains in the library. Only "clean" repos without uncommitted changes can be dropped. |
20
20
|**Restore**| Bringing a repos from the library back into your workspace. |
21
21
22
+

23
+
22
24
## Quickstart
23
25
24
26
All `workset` commands run in reference to the current directory.
@@ -75,7 +77,8 @@ Don't let Github be the only place you store your repos!
75
77
76
78
**Workset** makes it easy to keep local copies of all of your repos without
77
79
having to sift through them to find the ones you're currently working on.
78
-
Mirroring repos to other hosting providers is also supported.
80
+
Mirroring repos to other hosting providers will be supported in a future
0 commit comments