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 ++++++++++++++++ application-devel/git/Makefile | 1 + 2 files changed, 17 insertions(+) create mode 100644 application-devel/git/Kconfig create mode 100644 application-devel/git/Makefile (limited to 'application-devel/git') 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 -- cgit v1.2.3