Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a command to clean the store from empty directories #77

Merged
merged 19 commits into from
Nov 17, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into fix-76
melMass committed Nov 17, 2023

Verified

This commit was signed with the committer’s verified signature.
panh99 Heng Pan
commit 615cbd4ceb9c173fd9fbec3e080ac7c8d93a8da5
4 changes: 4 additions & 0 deletions tests/gm.nu
Original file line number Diff line number Diff line change
@@ -268,3 +268,7 @@ export def store-cleaning [] {
assert not ($env.GIT_REPOS_HOME | path exists)
}
}

export def user-import [] {
^$nu.current-exe --commands "use ./src/nu-git-manager/ *"
}
You are viewing a condensed version of this merge commit. You can view the full changes here.