8000 GitHub - jason89521/swagit: No more typo when using git checkout
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jason89521/swagit

 
 

Repository files navigation

Swagit

Install

Since version 1.0.0, swagit has been rewritten in Rust, so you can install it directly via cargo.

cargo install swagit

npm(legacy)

The npm version wraps the binary with JavaScript, so it will be slower than the crates version.

npm install -g swagit
pnpm add -g swagit
yarn global add swagit

Usage

Once that's done, you can run this command inside your project's directory:

swagit

You can set an alias to use a more convenient command:

alias sg="swagit"

Options

--delete or -d

Enter an interactive mode to select branches to be deleted.

--sync or -s (alpha test)

Sync all branches and delete merged branches.

License

MIT © Evan Ye

About

No more typo when using git checkout

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 95.9%
  • JavaScript 4.1%
0