summaryrefslogtreecommitdiff
path: root/application-devel/git/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'application-devel/git/Kconfig')
-rw-r--r--application-devel/git/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/application-devel/git/Kconfig b/application-devel/git/Kconfig
new file mode 100644
index 0000000..9c2092f
--- /dev/null
+++ b/application-devel/git/Kconfig
@@ -0,0 +1,16 @@
+menuconfig GIT
+ bool "Git"
+ default y
+
+if GIT
+config GIT_BASICS
+ bool "Git Basics"
+ default y
+ help
+ Content:
+ - What is git
+ - Conceps
+ - Basic Commands
+ - Starting with Git
+ - Examples (Entry Level)
+endif