Skip to content

Git automation node CLI beta release.

Pre-release
Pre-release

Choose a tag to compare

@vcshahriyer vcshahriyer released this 16 May 16:52
· 25 commits to main since this 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)".