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