GitVersion
What
Display the GitVersion version. We strongly recommend using GitVersion Portable for this.
caution
The GitVersion CLI can be a bit slow, causing the prompt to feel slow. This is why we cache the value for 30 minutes by default.
Sample Configuration
- json
 - yaml
 - toml
 
{
  "type": "gitversion",
  "style": "powerline",
  "powerline_symbol": "",
  "foreground": "#ffffff",
  "background": "#3a579b",
  "template": "  {{ .MajorMinorPatch }} "
}
type: gitversion
style: powerline
powerline_symbol: 
foreground: "#ffffff"
background: "#3a579b"
template: "  {{ .MajorMinorPatch }} "
type = "gitversion"
style = "powerline"
powerline_symbol = ""
foreground = "#ffffff"
background = "#3a579b"
template = "  {{ .MajorMinorPatch }} "
Template (info)
default template
{{ .MajorMinorPatch }}
Properties
You can leverage all variables from the GitVersion CLI. Have a look at their documentation for more information.