Abstruct: This project is to practice git. See Demo
- Normal mode: press 'esc'on ANY mode
- Insert mode: press 'i' on Normal mode
- Visual mode: press 'v' on Normal mode
- Command mode: press ':' on Normal mode
- insert
$ git clone {repo address}
$ cd {repo name}
$ vi README.mddef hello(name):
print(f'hello, {name}')
hello('John Doe')