Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Plugin Git

This plugin provides git functionality. You can clone a repository, fetch, pull and fast-forward.

Component

PropertyComponentDataTypeSocketTypeDescription
namebase__namedStringnoneThe name.
descriptionbase__describableStringnoneThe description.
urlhttp__urlStringinputThe remote url.
filefile_fileStringinputThe local path.
branchgit__gitStringinputThe git branch name. Executes a git checkout on change.
remote_namegit__gitStringinputThe name of the remote (default: origin).
remote_branchgit__gitStringinputThe name of the remote branch
triggergit__gitBoolinputClone or pull
fetchgit__gitBoolinputFetch
fast_forwardgit__gitBoolinputFast-forward
pushgit__gitBoolinputPushes to the given remote (by default origin)
merge_fromgit__gitStringinputMerges the given branch into the current branch

Platform Compatibility

PlatformCompatibility
Linux
MacOS
Windows

Credits

This plugin integrates with https://crates.io/crates/git2