Git automation node CLI beta release.
Pre-release
Pre-release
Git automation cli tool initial release with basic feature.
- help Print help info
- pnd Prune and delete local branches.
- pnc Prune and Sync (Delete pruned branches from local.
- nb Create new branch
- p Push current branch or with (--b="branch-name)".
- pr Create a pull request of current branch or with (--b="branch-name").
- pll Pull from current branch or with (--b="branch-name)".