summaryrefslogtreecommitdiff
path: root/application-devel/git
diff options
context:
space:
mode:
Diffstat (limited to 'application-devel/git')
-rw-r--r--application-devel/git/Kconfig16
-rw-r--r--application-devel/git/Makefile1
2 files changed, 17 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
diff --git a/application-devel/git/Makefile b/application-devel/git/Makefile
new file mode 100644
index 0000000..5110a1f
--- /dev/null
+++ b/application-devel/git/Makefile
@@ -0,0 +1 @@
+obj-$(CONFIG_GIT_BASICS) += pres_git_basics.pdf