aboutsummaryrefslogtreecommitdiff
path: root/src/git/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/git/README.md')
-rw-r--r--src/git/README.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/git/README.md b/src/git/README.md
new file mode 100644
index 0000000..101d97c
--- /dev/null
+++ b/src/git/README.md
@@ -0,0 +1,28 @@
+
+# Git (may require compilation) (git)
+
+
+
+## Example Usage
+
+```json
+"features": [
+ {
+ "id": "devcontainers/features/git@latest",
+ "options": {
+ "version": "latest"
+ }
+ }
+]
+```
+
+## Options
+
+| Options Id | Description | Type | Default Value |
+|-----|-----|-----|-----|
+| version | Select or enter a Git version. | string | os-provided |
+| ppa | Install from PPA if available | boolean | true |
+
+---
+
+_Note: This file was auto-generated from the [devcontainer-feature.json](./devcontainer-feature.json)._