From cf3c6806c45788d299a3d177f50def20eb2701b6 Mon Sep 17 00:00:00 2001 From: Holger Dengler Date: Tue, 27 Feb 2018 00:12:15 +0100 Subject: application-devel: Integrate Git-Basic slides Signed-off-by: Holger Dengler --- application-devel/git/Kconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 application-devel/git/Kconfig (limited to 'application-devel/git/Kconfig') 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 -- cgit v1.2.3