AbstractL: 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
'''shell $ git clone {reop address} $ cd {repo name} $ vi REAdME.md ''' Now, I am doing
'''python def hello(name): print(f'hello, {name}')
hello('John Doe') '''