libvcs
libvcs copied to clipboard
cmd(git): More commands
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