libvcs icon indicating copy to clipboard operation
libvcs copied to clipboard

cmd(git): More commands

Open tony opened this issue 8 months ago • 1 comments

Changes

Commands (git)

Add GitBranch (git.branch) - instance-based mutations of a branch

  • Create git checkout -b <branchname>
  • Checkout git checkout <branchname>
  • Remove
  • Rename
  • Move

tony avatar Jun 18 '24 20:06 tony