Add /branch command #1
Loading…
Reference in a new issue
No description provided.
Delete branch "test"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR seeks to add a /branch command with the following spec:
/branch switch <name>
- switch to the specified branch, only if it exists./branch get
- get the name of the current branch.With the addition of these two commands, it will greatly speed up the development and testing process.
Other Changes:
git fetch
before gathering git info when running /infoCode review looks good, didn't want to confirm anything I wrote super late until I got a good night's sleep. :)