Skip to content

Commit

Permalink
chore: revert b12bd94
Browse files Browse the repository at this point in the history
  • Loading branch information
melMass committed Oct 24, 2023
1 parent bc9b8f9 commit c8af081
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
A collection of Nushell tools to manage `git` repositories.

# Table of content
- [*what is `nu-git-manager`*](#bulb-what-is-nu-git-manager-toc)
- [*requirements*](#link-requirements-toc)
- [*installation*](#recycle-installation-toc)
- [*usage*](#gear-usage-toc)
- [*getting help*](#pray-getting-help-toc)
- [*some ideas of advanced (?) usage*](#exclamation-some-ideas-of-advanced--usage-toc)
- [nu-git-manager](#nu-git-manager)
- [Table of content](#table-of-content)
- [:bulb: what is `nu-git-manager` \[toc\]](#bulb-what-is-nu-git-manager-toc)
- [:link: requirements \[toc\]](#link-requirements-toc)
- [:recycle: installation \[toc\]](#recycle-installation-toc)
- [:gear: usage \[toc\]](#gear-usage-toc)
- [:pray: getting help \[toc\]](#pray-getting-help-toc)
- [:exclamation: some ideas of advanced (?) usage \[toc\]](#exclamation-some-ideas-of-advanced--usage-toc)

## :bulb: what is `nu-git-manager` [[toc](#table-of-content)]
like [`ghq`](https://github.com/x-motemen/ghq), `nu-git-manager` aims at being a fully-featured
Expand Down Expand Up @@ -45,7 +47,7 @@ in your `config.nu` you can add the following to load `nu-git-manager` modules:
# config.nu
# load the main `gm` command
use nu-git-manager [gm, "gm clone", "gm cache", "gm list", "gm root", "gm remove"]
use nu-git-manager [gm, "gm clone", "gm list", "gm root", "gm remove"]
# the following are non-essential modules
use nu-git-manager sugar git # augmnet Git with custom commands
Expand Down

0 comments on commit c8af081

Please sign in to comment.