diff options
| author | Holger Dengler <dengler@linutronix.de> | 2018-02-27 00:12:15 +0100 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2018-03-07 09:01:38 +0100 |
| commit | cf3c6806c45788d299a3d177f50def20eb2701b6 (patch) | |
| tree | 5f8d094da96a897d260d7b5fbc4dd175d7982b23 /application-devel/git | |
| parent | 8d5ca50277ee495a2d97cb6edfed7493f9e7e71d (diff) | |
application-devel: Integrate Git-Basic slides
Signed-off-by: Holger Dengler <dengler@linutronix.de>
Diffstat (limited to 'application-devel/git')
| -rw-r--r-- | application-devel/git/Kconfig | 16 | ||||
| -rw-r--r-- | application-devel/git/Makefile | 1 |
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 |
