blob: 9c2092ff7690e0dde0431ae027a41af08c68f1c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|