We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ws git can:
ws git can not:
all commands works in selected workspace folder (use /ws set (name) to change workspace)
/ws set (name)
/ws git clone (url) [name]
git clone $url $name
/ws git branch [remote|all]
git branch
git branch --remote
git branch --all
/ws git log [ref]
git log --pretty=oneline --all
git log --pretty=oneline $ref
/ws git checkout (ref)
git checkout $ref
/ws git fetch (remote)
git fetch $remote
/ws git delete [name]
rm -rf $name/.git