nu_scripts/before_v0.60/git
Eli Flanagan 1edddaf160
port git_gone to 0.60 era syntax (#170)
TIL `each { |it| echo $it }` :)
2022-03-02 12:26:24 -06:00
..
git_branch_age.nu reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
git_branch_cleanup.nu reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
README.md reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00

Git Scripts

Definition

These scripts should be used to demonstrate how combine the power of nushell with git commands.

Aliases

If you find some of these scripts useful you can add them as aliases in your git config file.

For instance you can create a nushell script in your computer and define in your git config file an alias that call that script:

[alias]
    bcl = !nu \"D:\\Tools\\gitalias_bcl.nu\"