npm
sugarjar
Helper utility for a better Git/GitHub experience
brew
macos
linux
Try with need
$
npx @agentneeds/need sugarjar
Or install directly
$
brew install sugarjar
Source
About
Helper utility for a better Git/GitHub experience
Commands
sj
Examples
Create a new feature branch from current branch
$
sj branch-new my-feature
Update current branch with latest changes from main
$
sj update
Create a pull request for current branch
$
sj pr