nu_scripts/modules/git
Igor 15cb7179e2
Port before_v0.60/math, before_v0.60/parsing and before_v0.60/git (#844)
This PR is part of porting all old scripts #221 and includes a set of
small modules:
- `math`
- `parsing`
- `git`
2024-05-25 10:18:21 -05:00
..
git_branch_age.nu Port before_v0.60/math, before_v0.60/parsing and before_v0.60/git (#844) 2024-05-25 10:18:21 -05:00
git_branch_cleanup.md Improve git branch cleanup script (#685) 2023-12-10 09:05:57 -06:00
git_branch_cleanup.nu Remove deprecated --redirect-stdout in git branch cleanup (#827) 2024-04-29 06:22:31 -05:00
git.nu 🐛 fix a couple of parser errors (#782) 2024-03-10 14:05:01 -05:00
README.md Port before_v0.60/math, before_v0.60/parsing and before_v0.60/git (#844) 2024-05-25 10:18:21 -05: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\"